Prepare for V7.4.0 release.
diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 9627851..3918682 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
index 3045781..2a0188d 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 #	

 #

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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 1e55187..a82b2eb 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
index c1cbee5..d976cc2 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index a694465..0900ced 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 0c71aad..54c53e1 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index fc46e15..fa11d2d 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index ef08b06..f9b9425 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 0f62cab..6ac1f36 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
index f0d4c79..7e5fee4 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index fdb9074..bd47f9c 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index becd325..ec2905e 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 78f8288..7b0f7a5 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 #	

 #

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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index a8b4efc..38fec32 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 d335030..9339c45 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index 28868cf..4ac87df 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 b2e7bd9..568ed8b 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index 3408d3e..2d0ba98 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 790cc98..76d729b 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 e78118c..791a1e5 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 a7f6a1d..4cd3a87 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 f4a374e..7c8b94a 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 UIP_TASK_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index cc576e8..d04c8a6 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
index 692e81c..55d21f9 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 #	

 #

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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index ce1c735..5e8623f 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
index 2db24e3..b2ea339 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
index e8c8613..3fc7699 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 3274ed5..e73bb34 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 3828288..52d11ac 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 060c83a..bc9bc91 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
index e4ba5c4..92a9d9d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
index fb524d9..545768c 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 9401963..7281ebd 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 470ae28..dde69dd 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index df97848..2877465 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 02529a6..3d66c2a 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 1c51624..6525f70 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 5dc251b..3cf99e7 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
index ea2cae5..9054ce2 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
index 96cb5df..5ec801a 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 #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 c6a9e45..ce73102 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index d5f7d4a..63fda32 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 #	

 #

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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index d0d197d..7a4a101 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 0360c64..4fab1bc 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

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

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

-    FreeRTOS WEB site.

+    kernel.

+

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

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

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

 

-    

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

-    and contact details.  

-    

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

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

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

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 b22d83c..954e844 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

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

 

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

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

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

 

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

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

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

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

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

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

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

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

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

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 8795e2b..88e13e3 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 3929b7b..00330f0 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
index d627b14..af5ede2 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 440bc79..de53c0b 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index cf3b214..88bd045 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 4069884..5b8f546 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
index 69e22de..167a263 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
index d24427e..16f44c5 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index 6b7d16b..1cd31ca 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index bce4c4a..d76eb96 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
index ee7a8b4..307bd5c 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
index 13bfeb1..c153663 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 64adfd3..98baf8b 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 160a835..370ec39 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index bce4c4a..d76eb96 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
index 31bbd89..a4a1cb1 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
index 4e5bd18..e57ccc0 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index e233f9a..802ddfd 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 2493f01..a9b206f 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
index f2191d9..5b2a453 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index b173424..399e3dd 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 91ddc5a..ea0ccad 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index 77ea07d..cc3facf 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 ea22e38..c70d434 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 726fcbd..c423639 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,8 +1,8 @@
 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -30,20 +30,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -53,18 +56,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
index 53afbcf..6b7a236 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
index 21efb8d..54e9031 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 7af7734..be9efc4 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/AVR32_UC3/main.c b/FreeRTOS/Demo/AVR32_UC3/main.c
index 9fbb105..8b2c2d1 100644
--- a/FreeRTOS/Demo/AVR32_UC3/main.c
+++ b/FreeRTOS/Demo/AVR32_UC3/main.c
@@ -30,9 +30,9 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -60,20 +60,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -83,18 +86,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index e3607ff..222ea96 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 8bf43a7..cb89d33 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
index c8233bb..bbf6147 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
index 131ee6e..65d27f0 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
index 2dfa331..634ee08 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 REG_TEST_H

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
index cf9ec01..938b614 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 2ab02af..bc0bd64 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index 5ed34be..5d64f70 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
index 2f06d86..88ad5fa 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
index 7eb14e9..c377f88 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
index 2dfa331..634ee08 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 REG_TEST_H

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index 6872437..7f30f81 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
index 099c5eb..af3062c 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
index 28ffb75..9ae0336 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 fcc7298..5bcfd11 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 2fc6a2d..c78dc15 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 c85154a..18e7091 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
index 6b6635d..a5e3fdf 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
index 28ffb75..9ae0336 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
index fcc7298..5bcfd11 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
index 2fc6a2d..c78dc15 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
index c85154a..18e7091 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 1f8ccd7..b5871c5 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 00e76f5..e900476 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index ec0df52..af562d8 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LCD_MESSAGE_H

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index c594830..1efc454 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 99d01f5..08c5b41 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 9de64d0..1567ae4 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 8d8dbd6..f7d136c 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 c76fafa..2f2989b 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 1fd8298..33ceeb6 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 a6ec5d4..1a44706 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 e165eb4..8a999e8 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 591a638..f55668d 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 caf62f5..cd86d33 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 9de64d0..1567ae4 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 8d8dbd6..f7d136c 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 c76fafa..2f2989b 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
index 1fd8298..33ceeb6 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
index a6ec5d4..1a44706 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 e165eb4..8a999e8 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 591a638..f55668d 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
index 30196f6..cfbab81 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 db4f800..6dd4822 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 327a496..9bfcb42 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 3918c7e..a5e723b 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 16a1343..d4df24e 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 9db378d..ab8059a 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 2283663..27ab8c8 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 47e669d..050300f 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 db4f800..6dd4822 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 327a496..9bfcb42 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 3918c7e..a5e723b 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 16a1343..d4df24e 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 9db378d..ab8059a 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 2283663..27ab8c8 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 47e669d..050300f 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 db4f800..6dd4822 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 327a496..9bfcb42 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 3918c7e..a5e723b 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 16a1343..d4df24e 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 9db378d..ab8059a 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 2283663..27ab8c8 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 47e669d..050300f 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
index 151e865..90418da 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
index 70d08fc..1e079b7 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
index 7c71a59..22e5fe8 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
index 1008485..0d5ef7f 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
index 62834aa..d3eb29b 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LEDTEST_H

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
index b98321b..00105e6 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
index 5d55cba..bac5d5a 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
index 4bc59a1..34f5155 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 2414ca1..442681a 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 8910e0d..37a984b 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 2fb5937..47a49e1 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 33af9c7..761448b 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 0b2a8ac..be94777 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FR_EMAC_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 76222af..a55536a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 56c0ab7..40f8a8a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 3dc162e..ff4af7d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 16d1f1d..f5c4ee1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index e94d95e..c55d774 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index d7496d1..4f6b174 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
index 56c0ab7..40f8a8a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 76222af..a55536a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index 5a2b0bb..b52c125 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index 3dc162e..ff4af7d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index 9aa74c6..04e9220 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 9b57825..94bf44d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index d7496d1..4f6b174 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c
index 5a2b0bb..b52c125 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index e94d95e..c55d774 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index d7496d1..4f6b174 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 97957a8..4a2388b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index e7057a0..fd126db 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index d7496d1..4f6b174 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index a379ea8..ac03f28 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 0d7fe45..8cf2d9e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index fe9ba26..07b68e3 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index bf7ec50..56bff66 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 3f9564a..b1e1dc7 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index d7496d1..4f6b174 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
index 8435d98..a083ea1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
index 3786f71..0ca132f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 COMMS_TEST_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
index b8c13c0..21723bd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index aca7c2c..862c91f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
index 8208faf..d7e8b17 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index 90676f9..67674d6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
index cb3ad94..9da018f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index 82f3c93..81067fd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 5d249fd..0083e90 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
index 6bdb693..ecc7b7d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 133dede..df3752f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 5e4acff..50d185b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index b66bfac..5355667 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 1dee048..d6210c0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index 8f48090..612d929 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index ecd6864..4187c36 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 ecc9b82..cef40de 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 f95e88f..675479a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 /* 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 1b57885..1745ba6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 5e4acff..50d185b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 1dee048..d6210c0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index e9e77a4..3c3ff69 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index bf959c4..8a8b727 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 ac3a4f5..0717b6f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 2b4e2b5..19d896f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index b946103..e279336 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index 5e4acff..50d185b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 1dee048..d6210c0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index db2873b..352f164 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index a4e978b..75a0827 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 d3133a8..d0e9e3f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 82c3049..c06e2aa 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 /* 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 0aa9979..2cd6386 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 9ebc59a..de496eb 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 b50171b..cb801ff 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 8ca9a2e..fa6b2e2 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 d4bdb7e..a8e04ba 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 6537453..e072897 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index a31b4b9..eb49c6c 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LED_HH

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index e4bac6f..b383f8b 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 6b5d613..30a96b0 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 0723630..c8f2648 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 3975c16..7acfebc 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 00df586..6e07ce9 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
index a31b4b9..eb49c6c 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LED_HH

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
index 1b1c207..1aa5a90 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
index 24520a8..254fcb8 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 9e683c7..b70b194 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 3975c16..7acfebc 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 416a137..cebfb81 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 f509299..9d7709e 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 3ad396b..33da2aa 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 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 3c0df26..57583fa 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 9e24387..8e03290 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 7d9b5eb..f767c5d 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
index 3fc22ed..2c25777 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
index 396dfaf..15ddcf1 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
index 0c21756..35bd544 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 	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 939d7ae..a2a25df 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
index 77a0858..f54fea7 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
index 17f21b4..b8e230f 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 5797c1b..753506a 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 23b48c7..67987cf 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 f74f60f..d3ad647 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 ee9f689..05a03f3 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
index 2817d55..33d3d4e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
index cd323d4..3c398b3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
index 9661b76..117c5d1 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 8819572..dc765ca 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 f74f60f..d3ad647 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 22d303c..2aa8efb 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
index 8f94f56..5cc75b7f8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
index cd323d4..3c398b3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
index c62311a..8591c3d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 f74f60f..d3ad647 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 22d303c..2aa8efb 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
index 8334265..78c453f 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
index b38fa9b..0c279f3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 e4f6875..6069d09 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 6e5def0..952a48b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 fcd876b..fdc49ca 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 04a6810..e69da3d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 cd323d4..3c398b3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 9079687..4af38d5 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
index 787ecd1..98db50d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
index 5f123f0..5d5874b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
index 9661b76..117c5d1 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
index 4340d0a..206f9ff 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/CreateProjectDirectoryStructure.bat b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/CreateProjectDirectoryStructure.bat
index 373445d..cf4d11c 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/CreateProjectDirectoryStructure.bat
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/CreateProjectDirectoryStructure.bat
@@ -51,7 +51,7 @@
     copy %COMMON_SOURCE%\recmutex.c        src\Common-Demo-Source

     copy %COMMON_SOURCE%\countsem.c        src\Common-Demo-Source

     copy %COMMON_SOURCE%\integer.c         src\Common-Demo-Source

-	copy %COMMON_SOURCE%\QueueSet.c        src\Common-Demo-Source

+    copy %COMMON_SOURCE%\QueueSet.c        src\Common-Demo-Source

     

     REM Copy the common demo file headers.

     copy %COMMON_INCLUDE%\*.h              src\Common-Demo-Source\include

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 9de64d0..1567ae4 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 8d8dbd6..f7d136c 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 94dcbd3..0e0f09d 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 

@@ -75,7 +81,7 @@
  * executed prior to this project being built.  Once it has been executed

  * remove the #error line below.

  */

-//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.

+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.

 

 /*-----------------------------------------------------------

  * Application specific definitions.

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 809afe5..827c0ce 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 a4a5691..8bfe85a 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /******************************************************************************

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 e165eb4..8a999e8 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 d49469b..257db69 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,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /******************************************************************************

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 4c359b6..a1b45d1 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
index 31bd047..9463dca 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
index 133544d..b06d63f 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
index c91adf6..7617b88 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
index 5c3c9ba..05672f2 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
index 3e8264b..15b6e23 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
index 152b661..835a79f 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
index 96d58e2..865f10b 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
index a387b34..ff5069e 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
index 3dfb77e..226e37c 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
index 3ed5a2f..b8755df 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 590ec00..2827832 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index e0df653..54ef37d 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 851592a..bc2f5d4 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 4802edf..170ed44 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 3bf5ada..eb9e690 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 78def33..c23a0f0 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
@@ -24,20 +24,79 @@
 

     This file is part of the FreeRTOS distribution.

 

+/*

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

+

+    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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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.

+*/

 

     1 tab == 4 spaces!

 

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 5f0c47c..bb35722 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
@@ -24,20 +24,79 @@
 

     This file is part of the FreeRTOS distribution.

 

+/*

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

+

+    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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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.

+*/

 

     1 tab == 4 spaces!

 

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
index 4ac4170..ba0a859 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 aa2aac0..944e2b1 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 145876c..b3e71fc 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 60874e9..3ff6021 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 c920a7c..9fc7133 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

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 12cb97f..f3f3d34 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
index b35f07f..1ce9815 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
index 2424421..1dc00c1 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 038a048..9ac4a6a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 13fc761..2c44a3f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 29813a2..4822e4e 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 0ab885f..f02f712 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 34b15f7..3b634e4 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 14c6696..80434d3 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 578a3ee..c8d4665 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index fc958ef..645154f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 7e0ab17..dcbcfba 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 578a3ee..c8d4665 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
index b26693c..3cd65f0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index 7bc02d3..012c8d2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
index b551e75..28a2eae 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 7e0ab17..dcbcfba 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 578a3ee..c8d4665 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
index b26693c..3cd65f0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index 7bc02d3..012c8d2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
index b551e75..28a2eae 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 7148f44..9422f04 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index 5f2d5e8..9a7eae8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 07779ca..41a1f08 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 6b21490..5c41394 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index b551e75..28a2eae 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 1878ad7..33c1349 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index e64a4ed..df7bd10 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 62e31b5..5099e30 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index 9c197aa..24ae421 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 9833d00..1e8e4ca 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 afb6528..303a89e 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 daa55e1..98a11c8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
index 1ae65c5..951a5ee 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
index 574d105..812f706 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
index f8bb050..f8c7718 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
index 43659a0..74a4c3a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index 5067823..a14c9ee 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index f3b80d2..6686d7a 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 SEVENSEG_H

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index b16f0bc..fad801c 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index e9ee1a0..597944c 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index 69b0ee2..80a403c 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index 2dfa331..634ee08 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 REG_TEST_H

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index 4997870..6cb8dfd 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 f8e82fc..ab30b7b 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
index 26dcb9e..c31e735 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*  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 295a70b..726beb7 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 92608f1..4879ab2 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 4ebf203..c692779 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index b62cd80..327637f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index c619b4e..ea2e2bc 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 8a48b0f..60cd027 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 ccc6607..55d6aad 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index c501f9d..42f52a0 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 066d68f..684a16b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 2967c77..e93456e 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 83357bb..0a80043 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 44d5bec..ab5446f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index 5f8391c..c97d33d 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index 320417f..7f1c711 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 87da8c2..9969137 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index c327ec3..305720a 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 66f8014..435d64b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 3dd9206..f20d472 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index b9b8294..63d89be 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 ccc6607..55d6aad 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index f75548c..c58aba7 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 6837fba..9ebb9ff 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 83357bb..0a80043 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 53a9fce..fb95bac 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 b8b10ba..eaa730c 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 4c74c71..6bca5dc 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 482a5ee..ed9af6d 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Full/BlockQ.c b/FreeRTOS/Demo/Common/Full/BlockQ.c
index 9760f46..9e0def6 100644
--- a/FreeRTOS/Demo/Common/Full/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Full/BlockQ.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/PollQ.c b/FreeRTOS/Demo/Common/Full/PollQ.c
index bd8f644..9071fd2 100644
--- a/FreeRTOS/Demo/Common/Full/PollQ.c
+++ b/FreeRTOS/Demo/Common/Full/PollQ.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Full/comtest.c b/FreeRTOS/Demo/Common/Full/comtest.c
index e725d07..e8b80d0 100644
--- a/FreeRTOS/Demo/Common/Full/comtest.c
+++ b/FreeRTOS/Demo/Common/Full/comtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/death.c b/FreeRTOS/Demo/Common/Full/death.c
index 5cd6512..0c71334 100644
--- a/FreeRTOS/Demo/Common/Full/death.c
+++ b/FreeRTOS/Demo/Common/Full/death.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/dynamic.c b/FreeRTOS/Demo/Common/Full/dynamic.c
index 9fd33c6..9fa78df 100644
--- a/FreeRTOS/Demo/Common/Full/dynamic.c
+++ b/FreeRTOS/Demo/Common/Full/dynamic.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/events.c b/FreeRTOS/Demo/Common/Full/events.c
index 6731968..847a9ef 100644
--- a/FreeRTOS/Demo/Common/Full/events.c
+++ b/FreeRTOS/Demo/Common/Full/events.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/flash.c b/FreeRTOS/Demo/Common/Full/flash.c
index e4eec6e..5cb5154 100644
--- a/FreeRTOS/Demo/Common/Full/flash.c
+++ b/FreeRTOS/Demo/Common/Full/flash.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Full/flop.c b/FreeRTOS/Demo/Common/Full/flop.c
index bb62795..0e7d40d 100644
--- a/FreeRTOS/Demo/Common/Full/flop.c
+++ b/FreeRTOS/Demo/Common/Full/flop.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Full/integer.c b/FreeRTOS/Demo/Common/Full/integer.c
index 342d942..21774bf 100644
--- a/FreeRTOS/Demo/Common/Full/integer.c
+++ b/FreeRTOS/Demo/Common/Full/integer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Full/print.c b/FreeRTOS/Demo/Common/Full/print.c
index d4fdae6..2cacf81 100644
--- a/FreeRTOS/Demo/Common/Full/print.c
+++ b/FreeRTOS/Demo/Common/Full/print.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/semtest.c b/FreeRTOS/Demo/Common/Full/semtest.c
index 95eb39a..a1935c5 100644
--- a/FreeRTOS/Demo/Common/Full/semtest.c
+++ b/FreeRTOS/Demo/Common/Full/semtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
index dd5cbee..dc8d172 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlock.c b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
index deac8cd..dcce5b3 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlock.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
index f96bd78..34505c4 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/AltQTest.c b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
index 0e471f0..8c48bff 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/BlockQ.c b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
index ac50584..d4536bd 100644
--- a/FreeRTOS/Demo/Common/Minimal/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
index 1f0ef3e..926d0ed 100644
--- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
index 6a5236d..1f9d293 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/PollQ.c b/FreeRTOS/Demo/Common/Minimal/PollQ.c
index f453347..14c8b9f 100644
--- a/FreeRTOS/Demo/Common/Minimal/PollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/PollQ.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/QPeek.c b/FreeRTOS/Demo/Common/Minimal/QPeek.c
index 18a50ee..e4bb00b 100644
--- a/FreeRTOS/Demo/Common/Minimal/QPeek.c
+++ b/FreeRTOS/Demo/Common/Minimal/QPeek.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSet.c b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
index d5f44e3..18d8ed7 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSet.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
index 32baf8a..72b463e 100644
--- a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/blocktim.c b/FreeRTOS/Demo/Common/Minimal/blocktim.c
index 487b9a2..3c2bca1 100644
--- a/FreeRTOS/Demo/Common/Minimal/blocktim.c
+++ b/FreeRTOS/Demo/Common/Minimal/blocktim.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest.c b/FreeRTOS/Demo/Common/Minimal/comtest.c
index 8b92cc6..bf781f9 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
index 00716d3..6a4d4cb 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/countsem.c b/FreeRTOS/Demo/Common/Minimal/countsem.c
index 7795493..33d7d5a 100644
--- a/FreeRTOS/Demo/Common/Minimal/countsem.c
+++ b/FreeRTOS/Demo/Common/Minimal/countsem.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/crflash.c b/FreeRTOS/Demo/Common/Minimal/crflash.c
index 447c547..caf2a1c 100644
--- a/FreeRTOS/Demo/Common/Minimal/crflash.c
+++ b/FreeRTOS/Demo/Common/Minimal/crflash.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/crhook.c b/FreeRTOS/Demo/Common/Minimal/crhook.c
index b98124f..d0233fe 100644
--- a/FreeRTOS/Demo/Common/Minimal/crhook.c
+++ b/FreeRTOS/Demo/Common/Minimal/crhook.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/death.c b/FreeRTOS/Demo/Common/Minimal/death.c
index a8845da..56cb44a 100644
--- a/FreeRTOS/Demo/Common/Minimal/death.c
+++ b/FreeRTOS/Demo/Common/Minimal/death.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/dynamic.c b/FreeRTOS/Demo/Common/Minimal/dynamic.c
index 19c2a6c..81b3ef9 100644
--- a/FreeRTOS/Demo/Common/Minimal/dynamic.c
+++ b/FreeRTOS/Demo/Common/Minimal/dynamic.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/flash.c b/FreeRTOS/Demo/Common/Minimal/flash.c
index 1c92cba..906c5e9 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/flash_timer.c b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
index 8e4e8a7..3a2dc35 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash_timer.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/flop.c b/FreeRTOS/Demo/Common/Minimal/flop.c
index f0292b7..75867f7 100644
--- a/FreeRTOS/Demo/Common/Minimal/flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/flop.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/integer.c b/FreeRTOS/Demo/Common/Minimal/integer.c
index b441500..11f9f72 100644
--- a/FreeRTOS/Demo/Common/Minimal/integer.c
+++ b/FreeRTOS/Demo/Common/Minimal/integer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/recmutex.c b/FreeRTOS/Demo/Common/Minimal/recmutex.c
index be19785..c7eedcf 100644
--- a/FreeRTOS/Demo/Common/Minimal/recmutex.c
+++ b/FreeRTOS/Demo/Common/Minimal/recmutex.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/semtest.c b/FreeRTOS/Demo/Common/Minimal/semtest.c
index 4f56522..b0bd958 100644
--- a/FreeRTOS/Demo/Common/Minimal/semtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/semtest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/sp_flop.c b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
index ed1ae51..3eb87a5 100644
--- a/FreeRTOS/Demo/Common/Minimal/sp_flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 b596be7..d86a8f8 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 5808e3d..532ac35 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 ffec324..1af9a4c 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 c050b4d..187798b 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* WinPCap includes. */

diff --git a/FreeRTOS/Demo/Common/include/AltBlckQ.h b/FreeRTOS/Demo/Common/include/AltBlckQ.h
index fe1fa8d..e348bf1 100644
--- a/FreeRTOS/Demo/Common/include/AltBlckQ.h
+++ b/FreeRTOS/Demo/Common/include/AltBlckQ.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 ALT_BLOCK_Q_H

diff --git a/FreeRTOS/Demo/Common/include/AltBlock.h b/FreeRTOS/Demo/Common/include/AltBlock.h
index 884183b..063b40d 100644
--- a/FreeRTOS/Demo/Common/include/AltBlock.h
+++ b/FreeRTOS/Demo/Common/include/AltBlock.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FAST_BLOCK_TIME_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/AltPollQ.h b/FreeRTOS/Demo/Common/include/AltPollQ.h
index 41f4d52..2cc8f3d 100644
--- a/FreeRTOS/Demo/Common/include/AltPollQ.h
+++ b/FreeRTOS/Demo/Common/include/AltPollQ.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 ALT_POLLED_Q_H

diff --git a/FreeRTOS/Demo/Common/include/AltQTest.h b/FreeRTOS/Demo/Common/include/AltQTest.h
index 078f5b0..f4306cb 100644
--- a/FreeRTOS/Demo/Common/include/AltQTest.h
+++ b/FreeRTOS/Demo/Common/include/AltQTest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FAST_GEN_Q_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/BlockQ.h b/FreeRTOS/Demo/Common/include/BlockQ.h
index 94c73f7..62c207f 100644
--- a/FreeRTOS/Demo/Common/include/BlockQ.h
+++ b/FreeRTOS/Demo/Common/include/BlockQ.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 BLOCK_Q_H

diff --git a/FreeRTOS/Demo/Common/include/GenQTest.h b/FreeRTOS/Demo/Common/include/GenQTest.h
index 87bf5d1..ae8da59 100644
--- a/FreeRTOS/Demo/Common/include/GenQTest.h
+++ b/FreeRTOS/Demo/Common/include/GenQTest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 GEN_Q_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/IntQueue.h b/FreeRTOS/Demo/Common/include/IntQueue.h
index f492b34..4493629 100644
--- a/FreeRTOS/Demo/Common/include/IntQueue.h
+++ b/FreeRTOS/Demo/Common/include/IntQueue.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 QUEUE_ACCESS_TEST

diff --git a/FreeRTOS/Demo/Common/include/PollQ.h b/FreeRTOS/Demo/Common/include/PollQ.h
index 06dd58c..e11e209 100644
--- a/FreeRTOS/Demo/Common/include/PollQ.h
+++ b/FreeRTOS/Demo/Common/include/PollQ.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 POLLED_Q_H

diff --git a/FreeRTOS/Demo/Common/include/QPeek.h b/FreeRTOS/Demo/Common/include/QPeek.h
index 7e8a2b5..849271d 100644
--- a/FreeRTOS/Demo/Common/include/QPeek.h
+++ b/FreeRTOS/Demo/Common/include/QPeek.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 Q_PEEK_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index afd4839..229a768 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 QUEUE_WAIT_MULTIPLE_H

diff --git a/FreeRTOS/Demo/Common/include/TimerDemo.h b/FreeRTOS/Demo/Common/include/TimerDemo.h
index 09dcd21..c084010 100644
--- a/FreeRTOS/Demo/Common/include/TimerDemo.h
+++ b/FreeRTOS/Demo/Common/include/TimerDemo.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 TIMER_DEMO_H

diff --git a/FreeRTOS/Demo/Common/include/blocktim.h b/FreeRTOS/Demo/Common/include/blocktim.h
index 2cf20f1..ee102fd 100644
--- a/FreeRTOS/Demo/Common/include/blocktim.h
+++ b/FreeRTOS/Demo/Common/include/blocktim.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 BLOCK_TIME_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/comtest.h b/FreeRTOS/Demo/Common/include/comtest.h
index f0985dc..3fa8f63 100644
--- a/FreeRTOS/Demo/Common/include/comtest.h
+++ b/FreeRTOS/Demo/Common/include/comtest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 COMTEST_H

diff --git a/FreeRTOS/Demo/Common/include/comtest2.h b/FreeRTOS/Demo/Common/include/comtest2.h
index 54b8860..4cc71c0 100644
--- a/FreeRTOS/Demo/Common/include/comtest2.h
+++ b/FreeRTOS/Demo/Common/include/comtest2.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 COMTEST_H

diff --git a/FreeRTOS/Demo/Common/include/comtest_strings.h b/FreeRTOS/Demo/Common/include/comtest_strings.h
index 1824d1d..272388f 100644
--- a/FreeRTOS/Demo/Common/include/comtest_strings.h
+++ b/FreeRTOS/Demo/Common/include/comtest_strings.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 COMTEST_STRINGS_H

diff --git a/FreeRTOS/Demo/Common/include/countsem.h b/FreeRTOS/Demo/Common/include/countsem.h
index 3df1e52..e02428b 100644
--- a/FreeRTOS/Demo/Common/include/countsem.h
+++ b/FreeRTOS/Demo/Common/include/countsem.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 COUNT_SEMAPHORE_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/crflash.h b/FreeRTOS/Demo/Common/include/crflash.h
index 6677e7c..1a44781 100644
--- a/FreeRTOS/Demo/Common/include/crflash.h
+++ b/FreeRTOS/Demo/Common/include/crflash.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 CRFLASH_LED_H

diff --git a/FreeRTOS/Demo/Common/include/crhook.h b/FreeRTOS/Demo/Common/include/crhook.h
index 2dd2337..f6138bd 100644
--- a/FreeRTOS/Demo/Common/include/crhook.h
+++ b/FreeRTOS/Demo/Common/include/crhook.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 CRHOOK_H

diff --git a/FreeRTOS/Demo/Common/include/death.h b/FreeRTOS/Demo/Common/include/death.h
index 574cdc9..43e2913 100644
--- a/FreeRTOS/Demo/Common/include/death.h
+++ b/FreeRTOS/Demo/Common/include/death.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 SUICIDE_TASK_H

diff --git a/FreeRTOS/Demo/Common/include/dynamic.h b/FreeRTOS/Demo/Common/include/dynamic.h
index de39a68..8c27bee 100644
--- a/FreeRTOS/Demo/Common/include/dynamic.h
+++ b/FreeRTOS/Demo/Common/include/dynamic.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 DYNAMIC_MANIPULATION_H

diff --git a/FreeRTOS/Demo/Common/include/fileIO.h b/FreeRTOS/Demo/Common/include/fileIO.h
index 42cf4c9..d5d9319 100644
--- a/FreeRTOS/Demo/Common/include/fileIO.h
+++ b/FreeRTOS/Demo/Common/include/fileIO.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FILE_IO_H

diff --git a/FreeRTOS/Demo/Common/include/flash.h b/FreeRTOS/Demo/Common/include/flash.h
index a96122f..409f5fe 100644
--- a/FreeRTOS/Demo/Common/include/flash.h
+++ b/FreeRTOS/Demo/Common/include/flash.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FLASH_LED_H

diff --git a/FreeRTOS/Demo/Common/include/flash_timer.h b/FreeRTOS/Demo/Common/include/flash_timer.h
index 62517fc..950dc67 100644
--- a/FreeRTOS/Demo/Common/include/flash_timer.h
+++ b/FreeRTOS/Demo/Common/include/flash_timer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FLASH_TIMER_H

diff --git a/FreeRTOS/Demo/Common/include/flop.h b/FreeRTOS/Demo/Common/include/flop.h
index 145876c..b3e71fc 100644
--- a/FreeRTOS/Demo/Common/include/flop.h
+++ b/FreeRTOS/Demo/Common/include/flop.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 FLOP_TASKS_H

diff --git a/FreeRTOS/Demo/Common/include/integer.h b/FreeRTOS/Demo/Common/include/integer.h
index 3a37ec0..cbf37d9 100644
--- a/FreeRTOS/Demo/Common/include/integer.h
+++ b/FreeRTOS/Demo/Common/include/integer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 INTEGER_TASKS_H

diff --git a/FreeRTOS/Demo/Common/include/mevents.h b/FreeRTOS/Demo/Common/include/mevents.h
index 685a583..7fe81d6 100644
--- a/FreeRTOS/Demo/Common/include/mevents.h
+++ b/FreeRTOS/Demo/Common/include/mevents.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 EVENTS_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/partest.h b/FreeRTOS/Demo/Common/include/partest.h
index 2cbf99c..fbc506d 100644
--- a/FreeRTOS/Demo/Common/include/partest.h
+++ b/FreeRTOS/Demo/Common/include/partest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PARTEST_H

diff --git a/FreeRTOS/Demo/Common/include/print.h b/FreeRTOS/Demo/Common/include/print.h
index 5973284..31c6532 100644
--- a/FreeRTOS/Demo/Common/include/print.h
+++ b/FreeRTOS/Demo/Common/include/print.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PRINT_H

diff --git a/FreeRTOS/Demo/Common/include/recmutex.h b/FreeRTOS/Demo/Common/include/recmutex.h
index 2be3254..4fbb801 100644
--- a/FreeRTOS/Demo/Common/include/recmutex.h
+++ b/FreeRTOS/Demo/Common/include/recmutex.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 RECURSIVE_MUTEX_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/semtest.h b/FreeRTOS/Demo/Common/include/semtest.h
index 3e075c4..85ec137 100644
--- a/FreeRTOS/Demo/Common/include/semtest.h
+++ b/FreeRTOS/Demo/Common/include/semtest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 SEMAPHORE_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/serial.h b/FreeRTOS/Demo/Common/include/serial.h
index 8d8dbd6..f7d136c 100644
--- a/FreeRTOS/Demo/Common/include/serial.h
+++ b/FreeRTOS/Demo/Common/include/serial.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 SERIAL_COMMS_H

diff --git a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
index c402769..f86421c 100644
--- a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/Cygnal/Makefile b/FreeRTOS/Demo/Cygnal/Makefile
index d764ddc..366fcaf 100644
--- a/FreeRTOS/Demo/Cygnal/Makefile
+++ b/FreeRTOS/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
index f358ac3..5e13756 100644
--- a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 #include <c8051f120.h>

 

diff --git a/FreeRTOS/Demo/Cygnal/main.c b/FreeRTOS/Demo/Cygnal/main.c
index 276b125..3ccd19d 100644
--- a/FreeRTOS/Demo/Cygnal/main.c
+++ b/FreeRTOS/Demo/Cygnal/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Cygnal/serial/serial.c b/FreeRTOS/Demo/Cygnal/serial/serial.c
index b7be6ec..a7f28ad 100644
--- a/FreeRTOS/Demo/Cygnal/serial/serial.c
+++ b/FreeRTOS/Demo/Cygnal/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/Flshlite/FRConfig.h b/FreeRTOS/Demo/Flshlite/FRConfig.h
index fc134fd..1af1a5f 100644
--- a/FreeRTOS/Demo/Flshlite/FRConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FRConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
index c602f83..bf3dff3 100644
--- a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <stdio.h>

diff --git a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
index 0b04237..257564b 100644
--- a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
index 892c48c..0aec66c 100644
--- a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Flshlite/main.c b/FreeRTOS/Demo/Flshlite/main.c
index e06d7b0..de9b2e5 100644
--- a/FreeRTOS/Demo/Flshlite/main.c
+++ b/FreeRTOS/Demo/Flshlite/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/Flshlite/serial/serial.c b/FreeRTOS/Demo/Flshlite/serial/serial.c
index 661e9fa..5ce3a96 100644
--- a/FreeRTOS/Demo/Flshlite/serial/serial.c
+++ b/FreeRTOS/Demo/Flshlite/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 5134293..fb1dfef 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index f622b57..17d8104 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/main.c b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
index cc0fc99..5d03f3f 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
index 00fcd0d..03f5f6b 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 7e3c8d9..58c377c 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 487e7dc..5a146ee 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
index b6afafe..8bc4d91 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,8 +1,8 @@
 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -30,20 +30,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -53,18 +56,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index f75d755..fa1bd12 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 2af4d7a..a99eb71 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 487e7dc..5a146ee 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
index f1bb7ce..e4abece 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
index bfce4eb..30b5c31 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 6e37c36..7eb3341 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /** 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
index 4730f2d..4c44c1d 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /** 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/main.c b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
index 1868b34..409833a 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
@@ -1,8 +1,8 @@
 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -30,20 +30,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -53,18 +56,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
index e9c8f0f..4e3898d 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index f14ac4b..a728190 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
index a61dfcb..36e673b 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
index 763a309..4280668 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
index b32df29..7edde59 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
index ec5a001..16081ff 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 960e657..b1adfaf 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 a61dfcb..36e673b 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 8a9e431..d5acb9a 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 802f590..4a0d8ef 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 50c8ecc..4fd39c7 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 54b5a98..1b49c75 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 1a7ff2f..31ed583 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 DICE_TASK_H

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index a02a1a4..5290e38 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 8f8facb..637db2c 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index 4944a2b..84851c7 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
index ba5639e..e4280d3 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
index 455c4fb..f14ed5e 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
index d22586d..fcddb45 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
index c62e201..faba393 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
@@ -1,6 +1,6 @@
 ;

 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
index 893b0ce..78cff1a 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 69bfc9d..1c70226 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
index ff5e96b..9fbe11d 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
index 441a911..ddbdc23 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
index d22586d..fcddb45 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43 b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
index 05a180f..403abb1 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 #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 e8c0894..34f598a 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
index bf7f275..3ddc10e 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
index 3798bd8..39b5eb1 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
index bf92e53..5e87be1 100644
--- a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
index e661f6f..64d72d2 100644
--- a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MicroBlaze/main.c b/FreeRTOS/Demo/MicroBlaze/main.c
index 05a824b..82b8d68 100644
--- a/FreeRTOS/Demo/MicroBlaze/main.c
+++ b/FreeRTOS/Demo/MicroBlaze/main.c
@@ -1,9 +1,9 @@
 #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.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -31,20 +31,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -54,18 +57,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/MicroBlaze/serial/serial.c b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
index 792484c..dc79714 100644
--- a/FreeRTOS/Demo/MicroBlaze/serial/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 ffb25d2..afe756a 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,13 +1,8 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-	***************************************************************************

-	See http://www.FreeRTOS.org for full information on FreeRTOS, including

-	an API reference, pdf API reference manuals, and FreeRTOS tutorial books.

-

-	See http://www.freertos.org/Free-RTOS-for-Xilinx-MicroBlaze-on-Spartan-6-FPGA.html

-	for comprehensive standalone FreeRTOS for MicroBlaze demos.

-	***************************************************************************

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

+    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

@@ -34,41 +29,47 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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?                                      *

+     *    not run, what could be wrong?"                                     *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest information, 

-    license and contact details.

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 4aad136..d5250a4 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 da4512d..0a847c6 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 e7f69ac..ac5acdc 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 995d25a..02bad69 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 84ffa82..fd71eab 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 fd23ae3..de03263 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

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 5d46045..802544a 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
index cbe0344..ed1ff41 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
index c74b9eb..f2a8cab 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index 790c7a1..433e6d8 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
index cf264bc..6e19df5 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
index be59eeb..4c1aad7 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 105d5c3..cde1c27 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index a73e15f..7ff4554 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 3f4f203..cd7a8a5 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 d5d4169..2e59306 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 12d75dd..e29a8d1 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 3d11a13..4ca8788 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85 b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
index 74c8aa4..8da29b5 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
index b723ccd..38de00c 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
index 331ef20..baeddb8 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index 73deebf..f5bb373 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 d4db041..0336492 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index f8548e1..de8cdb3 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index affe64e..0251bc8 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 e81604b..55c2142 100644
--- a/FreeRTOS/Demo/PC/FRConfig.h
+++ b/FreeRTOS/Demo/PC/FRConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/PC/FileIO/fileIO.c b/FreeRTOS/Demo/PC/FileIO/fileIO.c
index cfefd1c..391c18e 100644
--- a/FreeRTOS/Demo/PC/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/PC/FileIO/fileIO.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <stdio.h>

diff --git a/FreeRTOS/Demo/PC/FreeRTOSConfig.h b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
index d15736b..d137bed 100644
--- a/FreeRTOS/Demo/PC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/PC/ParTest/ParTest.c b/FreeRTOS/Demo/PC/ParTest/ParTest.c
index 54f84bd..d6cef3a 100644
--- a/FreeRTOS/Demo/PC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PC/main.c b/FreeRTOS/Demo/PC/main.c
index 9f818c8..9bfdaa5 100644
--- a/FreeRTOS/Demo/PC/main.c
+++ b/FreeRTOS/Demo/PC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /**

diff --git a/FreeRTOS/Demo/PC/serial/serial.c b/FreeRTOS/Demo/PC/serial/serial.c
index e3cc3d6..aca7f73 100644
--- a/FreeRTOS/Demo/PC/serial/serial.c
+++ b/FreeRTOS/Demo/PC/serial/serial.c
@@ -6,9 +6,9 @@
 */

 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -36,20 +36,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -59,18 +62,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index ecd4e44..78dc6a1 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
index f5aeee0..c7ec771 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main1.c b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
index b558356..70fd83f 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main1.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main2.c b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
index 83c8c14..d7217e7 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main2.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main3.c b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
index 7424cf3..63ee74c 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main3.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
index afa8eba..274ec68 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 77a4eaa..210a418 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
index c110e0e..5b37695 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
index 291ba69..4dd920e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
index 8f1e732..b5a4966 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 4056aeb..5a8b682 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 99c94e7..45a6af3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
index 8eb5865..8f58eaf 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
index 8407881..98b3483 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 2a6ba8b..ee7c7eb 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 99c94e7..45a6af3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
index 8eb5865..8f58eaf 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
index 53f5fed..eeaa777 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index 108221f..2faf430 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 99c94e7..45a6af3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
index 8eb5865..8f58eaf 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
index 5ebea16..3278712 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index be46270..fc78754 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 99c94e7..45a6af3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
index 8eb5865..8f58eaf 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
index 271a242..4bd1ab7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 37f9c0b..7704043 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 99c94e7..45a6af3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
index 8eb5865..8f58eaf 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
index 2aab318..fb7a026 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index 3bc9101..e78b911 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 99c94e7..45a6af3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
index 2808d2e..1e858b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
index 8eb5865..8f58eaf 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
index b62cda6..3f351dd 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
index a9d5a63..90e3298 100644
--- a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
index 0764b6a..2df02fc 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
index 8e17d32..7e7f187 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
index d088f5b..4022c08 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 16c8dfb..ec35ea9 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 2921758..b064142 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
index fb11ca4..d40e45b 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
index 5a7aef4..415d32c 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LCD_INC_H

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/main.c b/FreeRTOS/Demo/PIC24_MPLAB/main.c
index a208c99..3c46ef8 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
index 3db4b0b..59b7f4a 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
index 6332e04..a5eb36f 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 477ba7e..e0285c0 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 TIMER_TEST_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
index 897a987..0c84f2a 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
index 9521fe8..c82f64b 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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 CONFIG_PERFORMANCE_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index ac8666b..5fd370e 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index 9ae3b85..cf4d0d5 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 7ddb848..a9498f9 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

  

 #include <p32xxxx.h>

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 6b7ef00..c1dd402 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/private/private.xml b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/private/private.xml
index cc2c0e5..6a177fa 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/private/private.xml
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/private/private.xml
@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">

     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>

+    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">

+        <file>file:/C:/E/Dev/FreeRTOS/WorkingCopy/FreeRTOS/Demo/PIC32MX_MPLAB/main.c</file>

+    </open-files>

 </project-private>

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
index bcb04bb..efc334f 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
index aa305a5..ff13cce 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* peripheral library include */

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
index 5a7aef4..415d32c 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LCD_INC_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
index 874abcf..a081861 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
index 7b3dfba..3aac9a7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
index 573427d..a92652f 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
index d13f6e1..9a6c843 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
index 9bbf533..a4cc085 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 477ba7e..e0285c0 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 TIMER_TEST_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
index 70c3537..9c528e6 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 b1ccf1a..fc63ff0 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 72efeea..937270f 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 e8c2b69..385f111 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 0776046..af57585 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 d267c41..301e414 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 b76e944..410cd6f 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 922cded..90c4f53 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 6ab03b7..979c079 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 72efeea..937270f 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 e8c2b69..385f111 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 0776046..af57585 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 7d37c81..7588cc7 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 b76e944..410cd6f 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 922cded..90c4f53 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 59a2441..55a6e89 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 b44ea8a..fa0844a 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 e8c2b69..385f111 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 232384d..f9734bc 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 d82b43a..48fb4a6 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 895e2ad..ed80b12 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 7fa65c2..df0f106 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 59a2441..55a6e89 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 245e1e5..e965624 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 e8c2b69..385f111 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 1d23582..6d6bb2b 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 a61f61c..c30a7fa 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 895e2ad..ed80b12 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 7fa65c2..df0f106 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index b9f4437..1719233 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

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 245e1e5..e965624 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 e8c2b69..385f111 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 1d23582..6d6bb2b 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index d4a9965..9954955 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 3759695..b1cb5e4 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 7fa65c2..df0f106 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
index 4e9d10f..1833c16 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
index 83af897..f252075 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
index 7b00576..a8f76f5 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
index b3decdc..68b2af8 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 91a3517..08254de 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 54c5833..aa2b091 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index d5e2f7a..20070d0 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
index e83ca1c..ff1b378 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 1c85df5..4fc2b11 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 92e70e1..bfcd181 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 6fa163c..df719b8 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index cbec8f9..f0382a5 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 30584ff..8692d2b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index ed4aa15..3321e19 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index 033080e..bf2ca6b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 ac91bcd..e787f04 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 08a8a83..a09dce7 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

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 ff1170c..e40540a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 a42671a..a76b954 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index 20e8a54..3d46108 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index 5afbcb8..dce9401 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index e20fcbe..5a6c9de 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index 25b6212..e5ea3b1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
index 7728a30..6b20c73 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PRIORITY_DEFINITIONS_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index 7736c33..e979638 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 	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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 55bbb3b..3ae6ca1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
index a1bf491..e1c61aa 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index 2728926..51b72ec 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 c331a39..81fcf87 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 5a0ed25..4594437 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 54c5833..aa2b091 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index d5e2f7a..20070d0 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index 54bf804..f34d8f8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 12aef7a..f9e7983 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 19bb2df..17a2f7b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

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 ff1170c..e40540a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 cdbe92c..7917bfd 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 cc3aff4..dedd2e0 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 30584ff..8692d2b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index ed4aa15..3321e19 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index 6b62440..7ff7bbd 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 ac91bcd..e787f04 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 08a8a83..a09dce7 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

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 ff1170c..e40540a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 a42671a..a76b954 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index f93f535..f5d7ff1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index 5afbcb8..dce9401 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index e20fcbe..5a6c9de 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index 4e4d3fd..acc06b7 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
index 7728a30..6b20c73 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PRIORITY_DEFINITIONS_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index 7736c33..e979638 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 	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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 37d8162..215db50 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
index 8d5d6e7..e8c902b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index 2728926..51b72ec 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 c331a39..81fcf87 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 4cc92a0..2812ea0 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 54c5833..aa2b091 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index d5e2f7a..20070d0 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index 6b62440..7ff7bbd 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 12aef7a..f9e7983 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 db01b83..7842b79 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

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 ff1170c..e40540a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 fa04e25..bdaef08 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 b42756d..3a50154 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 54c5833..aa2b091 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index d5e2f7a..20070d0 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
index e83ca1c..ff1b378 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 76cd8a9..fc2ffdd 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 f3f2c9e..d5a1791 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 18863fc..736f9f2 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 6c44ca2..6fdf2ac 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 5f58681..5e1b8df 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
index 4964d3b..f14c833 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 83ae10f..c2ec085 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

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 fd3a1b4..6a7a445 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

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 eab7c9f..d49e4a1 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* ****************************************************************************

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 ff1170c..e40540a 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 b596c25..20de989 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index b41fc38..1950413 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 e937e47..634f656 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index 7b6f6b9..98febe6 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index 38025c8..a6b4d73 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
index fc39e42..e9e415e 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
index 512abc7..c10c19e 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 06a47e7..9dcc37a 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
index bdc555a..bb808f0 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
index a05273a..dfd6980 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
index 235b545..2316b65 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
index 36799ae..3a26dae 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 06271ff..2ad6f91 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 a0e36ee..509224e 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
index 9c3c598..d9b8778 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
index 617f859..6a2bea0 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
index 3babb0d..6da6726 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
index 7f7a80b..6d7745c 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main.c b/FreeRTOS/Demo/WIN32-MSVC/main.c
index 9b01642..46dd41d 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
index 617f859..6a2bea0 100644
--- a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
index f7915cc..6536fe3 100644
--- a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c
index d38549d..ded1f7b 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 338baf9..b3f2573 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 394477c..53978fb 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 5dd3b01..ee24e91 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 HTTP_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 83e0cbf..cb8dff8 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 466c74e..19b0bd8 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 60ad640..4b17f39 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 TCP_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 7be0eea..b2d5d2a 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 3c13328..b20811e 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 HTML_PAGES_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index bffc9d4..419c1bc 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index 89396cc..652ab9b 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 I2C_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 25d7f05..70328df 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 6c9132a..97cc3ad 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 478bc8f..5ecd73e 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 61fdda6..796f1bd 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 88e81a1..a02459d 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 HTTP_TASK_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
index 70b7b13..22d9894 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index e721162..bf52ecf 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index 43cd85d..f9ae2c4 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 2bc0607..056576e 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
index 31f3ca0..1914224 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
index 5a7aef4..415d32c 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 LCD_INC_H

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/main.c b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
index a208c99..3c46ef8 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/main.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
index e9e1ebd..229d4e9 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
index 6332e04..a5eb36f 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 477ba7e..e0285c0 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 TIMER_TEST_H

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 3fe19cd..410b592 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 0906cdf..d9ed6d2 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 9f960c7..38999e6 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 190de90..d4ff488 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 f218386..80308c6 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,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 5d6179f..3ce74f3 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index d2edda3..8eae254 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 8a15f05..4dbcbda 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 da264a8..a889df7 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 1fabac2..61e1dc9 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 1b2e993..f47e7a1 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index 7813c7b..4e38a25 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Descriptor type definitions. */

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
index 67e82c3..c1901d3 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 83efc9c..7f219fd 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index a15a73f..5de696b 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
index 90b0eed..d06a7e2 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/main.c b/FreeRTOS/Demo/msp430_CrossWorks/main.c
index 944347f..0b6231b 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/main.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
index cc9c7cf..758e03c 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
index 9621b27..c6c1d56 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
index 3df8bf1..2a1b456 100644
--- a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
index 2c860df..cb73796 100644
--- a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/msp430_GCC/main.c b/FreeRTOS/Demo/msp430_GCC/main.c
index b1ad991..3652d15 100644
--- a/FreeRTOS/Demo/msp430_GCC/main.c
+++ b/FreeRTOS/Demo/msp430_GCC/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/msp430_GCC/makefile b/FreeRTOS/Demo/msp430_GCC/makefile
index abd2a99..4b62570 100644
--- a/FreeRTOS/Demo/msp430_GCC/makefile
+++ b/FreeRTOS/Demo/msp430_GCC/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/msp430_GCC/serial/serial.c b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
index dd4da1e..3e6384e 100644
--- a/FreeRTOS/Demo/msp430_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
index 2f545ab..dad4f2d 100644
--- a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
index 9a5b191..fba303d 100644
--- a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/msp430_IAR/main.c b/FreeRTOS/Demo/msp430_IAR/main.c
index 815c1f5..8f068a1 100644
--- a/FreeRTOS/Demo/msp430_IAR/main.c
+++ b/FreeRTOS/Demo/msp430_IAR/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serial.c b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
index 87290ad..32f2d52 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43 b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
index c8c2d4c..cbb309c 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #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 ab58cc2..6d85487 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 		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 2159f63..d6e3929 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index fe2e00f..11f98f6 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 80b3aa6..7b65928 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
index 3df0387..ee79d97 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index a2203f1..acdac97 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
index eaa52b2..25fa200 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Source/croutine.c b/FreeRTOS/Source/croutine.c
index c2fdc50..38c12c5 100644
--- a/FreeRTOS/Source/croutine.c
+++ b/FreeRTOS/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems, who sell the code with commercial support,

+    indemnification and middleware, under the 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Source/include/FreeRTOS.h b/FreeRTOS/Source/include/FreeRTOS.h
index 52c09a8..5024639 100644
--- a/FreeRTOS/Source/include/FreeRTOS.h
+++ b/FreeRTOS/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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 INC_FREERTOS_H

diff --git a/FreeRTOS/Source/include/StackMacros.h b/FreeRTOS/Source/include/StackMacros.h
index 7f2af14..d808009 100644
--- a/FreeRTOS/Source/include/StackMacros.h
+++ b/FreeRTOS/Source/include/StackMacros.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 STACK_MACROS_H

diff --git a/FreeRTOS/Source/include/croutine.h b/FreeRTOS/Source/include/croutine.h
index f4f1931..361bd1e 100644
--- a/FreeRTOS/Source/include/croutine.h
+++ b/FreeRTOS/Source/include/croutine.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 CO_ROUTINE_H

diff --git a/FreeRTOS/Source/include/list.h b/FreeRTOS/Source/include/list.h
index efaff25..a08a771 100644
--- a/FreeRTOS/Source/include/list.h
+++ b/FreeRTOS/Source/include/list.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/include/mpu_wrappers.h b/FreeRTOS/Source/include/mpu_wrappers.h
index 7cb0927..b5bc82d 100644
--- a/FreeRTOS/Source/include/mpu_wrappers.h
+++ b/FreeRTOS/Source/include/mpu_wrappers.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 MPU_WRAPPERS_H

diff --git a/FreeRTOS/Source/include/portable.h b/FreeRTOS/Source/include/portable.h
index bdf1e8f..cb35389 100644
--- a/FreeRTOS/Source/include/portable.h
+++ b/FreeRTOS/Source/include/portable.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/include/projdefs.h b/FreeRTOS/Source/include/projdefs.h
index 9001cb5..2d5ae42 100644
--- a/FreeRTOS/Source/include/projdefs.h
+++ b/FreeRTOS/Source/include/projdefs.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PROJDEFS_H

diff --git a/FreeRTOS/Source/include/queue.h b/FreeRTOS/Source/include/queue.h
index 3e5d402..bb4a0ff 100644
--- a/FreeRTOS/Source/include/queue.h
+++ b/FreeRTOS/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 

@@ -1317,23 +1323,22 @@
  * or semaphores contained in the set is in a state where a queue read or

  * semaphore take operation would be successful.

  *

- * Note 1:  See the documentation on http://wwwFreeRTOS.org for reasons why

- * queue sets are very rarely needed in practice as there are simpler

- * alternatives.  Queue sets are provided to allow FreeRTOS to be integrated

- * with legacy third party driver code.

+ * Note 1:  See the documentation on http://wwwFreeRTOS.org/RTOS-queue-sets.html

+ * for reasons why queue sets are very rarely needed in practice as there are 

+ * simpler methods of blocking on multiple objects.

  *

  * Note 2:  Blocking on a queue set that contains a mutex will not cause the

  * mutex holder to inherit the priority of the blocked task.

  *

  * Note 3:  An additional 4 bytes of RAM is required for each space in a every

- * queue added to a queue set.  Therefore counting semaphores with large maximum

- * counts should not be added to queue sets.

+ * queue added to a queue set.  Therefore counting semaphores that have a high

+ * maximum count value should not be added to a queue set.

  *

- * Note 4:  A received (in the case of a queue) or take (in the case of a

+ * Note 4:  A receive (in the case of a queue) or take (in the case of a

  * semaphore) operation must not be performed on a member of a queue set unless

- * a call to xQueueSelect() has first returned a handle to that set member.

+ * a call to xQueueSelectFromSet() has first returned a handle to that set member.

  *

- * @param uxEventQueueLength Queue sets themselves queue events that occur on

+ * @param uxEventQueueLength Queue sets store events that occur on

  * the queues and semaphores contained in the set.  uxEventQueueLength specifies

  * the maximum number of events that can be queued at once.  To be absolutely

  * certain that events are not lost uxEventQueueLength should be set to the

@@ -1361,9 +1366,9 @@
  * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this

  * function.

  *

- * Note 1:  A received (in the case of a queue) or take (in the case of a

+ * Note 1:  A receive (in the case of a queue) or take (in the case of a

  * semaphore) operation must not be performed on a member of a queue set unless

- * a call to xQueueSelect() has first returned a handle to that set member.

+ * a call to xQueueSelectFromSet() has first returned a handle to that set member.

  *

  * @param xQueueOrSemaphore The handle of the queue or semaphore being added to

  * the queue set (cast to an xQueueSetMemberHandle type).

@@ -1379,8 +1384,8 @@
 portBASE_TYPE xQueueAddToSet( xQueueSetMemberHandle xQueueOrSemaphore, xQueueSetHandle xQueueSet );

 

 /*

- * Removes a queue or semaphore from a queue set.  A queue can only be removed

- * from a set when it is empty.

+ * Removes a queue or semaphore from a queue set.  A queue or semaphore can only 

+ * be removed from a set if the queue or semaphore is empty.

  *

  * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this

  * function.

@@ -1392,8 +1397,8 @@
  * is included.

  *

  * @return If the queue or semaphore was successfully removed from the queue set

- * then pdPASS is returned.  If the queue was not in the queue set then pdFAIL

- * is returned.

+ * then pdPASS is returned.  If the queue was not in the queue set, or the

+ * queue (or semaphore) was not empty, then pdFAIL is returned.

  */

 portBASE_TYPE xQueueRemoveFromSet( xQueueSetMemberHandle xQueueOrSemaphore, xQueueSetHandle xQueueSet );

 

@@ -1407,17 +1412,16 @@
  * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this

  * function.

  *

- * Note 1:  See the documentation on http://wwwFreeRTOS.org for reasons why

- * queue sets are very rarely needed in practice as there are simpler

- * alternatives.  Queue sets are provided to allow FreeRTOS to be integrated

- * with legacy third party driver code.

+ * Note 1:  See the documentation on http://wwwFreeRTOS.org/RTOS-queue-sets.html

+ * for reasons why queue sets are very rarely needed in practice as there are 

+ * simpler methods of blocking on multiple objects.

  *

  * Note 2:  Blocking on a queue set that contains a mutex will not cause the

  * mutex holder to inherit the priority of the blocked task.

  *

- * Note 3:  A received (in the case of a queue) or take (in the case of a

+ * Note 3:  A receive (in the case of a queue) or take (in the case of a

  * semaphore) operation must not be performed on a member of a queue set unless

- * a call to xQueueSelect() has first returned a handle to that set member.

+ * a call to xQueueSelectFromSet() has first returned a handle to that set member.

  *

  * @param xQueueSet The queue set on which the task will (potentially) block.

  *

diff --git a/FreeRTOS/Source/include/semphr.h b/FreeRTOS/Source/include/semphr.h
index ef2dac2..7ac1ab0 100644
--- a/FreeRTOS/Source/include/semphr.h
+++ b/FreeRTOS/Source/include/semphr.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 SEMAPHORE_H

diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index 9aa7ed5..42a57e4 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -1,6 +1,8 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

+    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

@@ -27,42 +29,47 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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                               *

-	 *                                                                       *

+     *    not run, what could be wrong?"                                     *

+     *                                                                       *

+     *    http://www.FreeRTOS.org/FAQHelp.html                               *

+     *                                                                       *

     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest information,

-    license and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

+    license and Real Time Engineers Ltd. contact details.

 

-	http://www.FreeRTOS.org/plus - Selection of FreeRTOS ecosystem products,

-	including FreeRTOS+Trace - an indispensable productivity tool.

+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-	Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-	the code with commercial support, indemnification, and middleware, under

-	the OpenRTOS brand:  http://www.OpenRTOS.com.  High Integrity Systems also

-	provide a safety engineered and independently SIL3 certified version under

-	the	SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems, who sell the code with commercial support,

+    indemnification and middleware, under the 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.

 */

 

 

@@ -84,7 +91,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V7.3.0"

+#define tskKERNEL_VERSION_NUMBER "V7.4.0"

 

 /**

  * task. h

diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 0d998a5..b8bd73e 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/list.c b/FreeRTOS/Source/list.c
index f3749f0..07baf5f 100644
--- a/FreeRTOS/Source/list.c
+++ b/FreeRTOS/Source/list.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 85417ce..2f4d47f 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 3cc76b4..89f1500 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
index 8bca8ed..c1b9bb2 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index c596d65..3e44f1b 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
index ec306b8..4963bca 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORT_ASM_H

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
index 1478774..6b7c242 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
index 2a80714..0727aa8 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
index 803cbd8..03cfb03 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
index f11c38a..9d3aece 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 __PORTMACRO_H__

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
index c300e97..2fef9ff 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/port.c b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
index 1b8dd87..51bce32 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
index f5c9700..10e97cf 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
@@ -1,6 +1,6 @@
 ;

 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
index 3ef4ed5..92d3ef9 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
index ad5dcf3..9d3d482 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index a9ad7f5..1a810d9 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index 96c277e..fe07f38 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
index d53eb43..722efbd 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 6bd8bae..11bcf04 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 29c502d..9794799 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
index 9e4a869..a0e14bd 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
index 4f5bece..d2eebd5 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
index ad2abb5..ea2b7bf 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 5180b38..facd386 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 8fdc8f7..0af1af0 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index ca5fabe..d163ec3 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index ef1d07f..5e237fa 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index bb9fc2f..2bc745e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
index a390264..eb5b036 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 750012c..e255387 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 443a583..aa29892 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
index e5ed76a..4be7e41 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 825acb5..0d6ec7f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 2d6f82b..ac984e7 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
index 189972d..afc0cfa 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
index 5b0e71f..18b9b8b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
index 45dcebe..4d43873 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
index e6f0989..d436e73 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
index 5c3dff1..913b03f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 59ef70a..871dcc7 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
index 4c1dc7f..213b712 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
index 5bdcc58..e99354d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/port.c b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
index 36dc49b..009c37e 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
index bef20ad..ba81029 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
index 0bf9e16..f88371e 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,9 +13,9 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -43,20 +43,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -66,18 +69,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
index 7ea045d..3583201 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,9 +13,9 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -43,20 +43,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -66,18 +69,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
index 9fa9e30..a28a480 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
index a7b5c58..a507bbe 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
index f1d474d..a16335c 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
index d32ad91..18ea30d 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
index 2babd4b..67900eb 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/port.c b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
index 17cb402..1664d27 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/port.c
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
index bec3c8a..33b54f1 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/port.c b/FreeRTOS/Source/portable/GCC/HCS12/port.c
index 90c7b5d..1b22c9c 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/port.c
+++ b/FreeRTOS/Source/portable/GCC/HCS12/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 7427c8d..96bf454 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
index b2525ba..e61ec0f 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
index 72dd8dc..9983155 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
index 80b8c2d..ad15e9b 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
index d82cfb9..fb8940c 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 	.extern pxCurrentTCB

 	.extern vTaskISRHandler

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
index 98c076a..79a6920 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
index aa409dc..f58f12d 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
index b2cfe3f..77b3271 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
index 038c7aa..7dd87e4 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
index 86393c1..d491e43 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port.c b/FreeRTOS/Source/portable/GCC/NiosII/port.c
index f13746e..eb6b22b 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port.c
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
index 31a0d78..752a193 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 .extern		vTaskSwitchContext

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
index dff00bc..ebab446 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 0475076..5115ea2 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 f26e9f8..67f67e9 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 4872af0..5271681 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 3bb3187..5a9a03b 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 0475076..5115ea2 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 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 f6ef456..46edde3 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 4872af0..5271681 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 3bb3187..5a9a03b 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/RX600/port.c b/FreeRTOS/Source/portable/GCC/RX600/port.c
index a25295c..4e88049 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
index 492a640..141b9c7 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/port.c b/FreeRTOS/Source/portable/GCC/STR75x/port.c
index 185d2d1..3a63d74 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/port.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
index 9ef5bec..5bec1c0 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
index 0f8056d..eb9a72b 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
index aa58ef8..a8482cf 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
index b14d5b5..8300027 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
index 8f7f57c..5c11ada 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
index edfe553..d6daac6 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/port.c b/FreeRTOS/Source/portable/IAR/78K0R/port.c
index f78a41e..d86e29c 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/port.c
+++ b/FreeRTOS/Source/portable/IAR/78K0R/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
index dfd4afa..b5140fe 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
index 108cd0a..b02a48e 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
index 47adb47..c34573f 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
index 162a74a..990d3ad 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
index a5c4c9d..cb5e953 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
index 7f8b1bc..5dd1650 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
index 564c6a4..2ed12da 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
index 1c1f78b..89897f6 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
index aa38c4a..736de21 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
index f2b5652..6ce5f14 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
index fbb4e08..7d992bc 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
index 98fb416..587e5ef 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include <stdlib.h>

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
index 1fcbb69..51417f9 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
index d4ab756..5f80d3b 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
index 9ff71e7..07d65d9 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,9 +13,9 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -43,20 +43,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -66,18 +69,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
index 2035d40..8c227fa 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,9 +13,9 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -43,20 +43,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -66,18 +69,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
index ff6b1e5..860f468 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
index 9fd29a2..a1953b7 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79 b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
index 3f3b65c..7ad11bf 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 4c927ef..79ccc92 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
index 7f3ac98..2be7e85 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 8b92bb5..5795f14 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
index ff6b1e5..860f468 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/port.c b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
index 49e8e53..5a80213 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/port.c
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79 b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
index 77e0792..92b8235 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
index c671434..533436d 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/port.c b/FreeRTOS/Source/portable/IAR/MSP430/port.c
index 5947825..9d139b1 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
index 9870166..1941454 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTASM_H

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
index 84f2a48..bce4c65 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 #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 a1d843e..550f4cf 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
index 22ee25d..f4b6390 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 DATA_MODEL_H

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/port.c b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
index c8baea0..9ca7b61 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
index 1b7c879..c9c0dd1 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 #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 80c917e..2c83dcc 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
index a94b9c3..d7f6e08 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/RL78/port.c b/FreeRTOS/Source/portable/IAR/RL78/port.c
index 3f7742a..584cafa 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/port.c
+++ b/FreeRTOS/Source/portable/IAR/RL78/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87 b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
index c20ef36..110dd39 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
+++ b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
index baad628..09c0c5e 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port.c b/FreeRTOS/Source/portable/IAR/RX600/port.c
index f661390..68140b7 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX600/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
index 3cb31ac..f017f50 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "PriorityDefinitions.h"

diff --git a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
index 2594a43..2f0fecd 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
index ff6b1e5..860f468 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/port.c b/FreeRTOS/Source/portable/IAR/STR71x/port.c
index 9d84287..c9e99ce 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR71x/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
index f657885..eb83bce 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
index edf4088..bc061b8 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
index eeac59a..336a1d4 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/port.c b/FreeRTOS/Source/portable/IAR/STR75x/port.c
index f0152b7..95f1608 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR75x/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
index d315c5e..2db1442 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
index 9bcb970..dccf09b 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
index 0abc32d..a83ee21 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 	EXTERN pxCurrentTCB

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/port.c b/FreeRTOS/Source/portable/IAR/STR91x/port.c
index bab8725..2869098 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR91x/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
index ef359cc..d526ee1 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 		RSEG ICODE:CODE

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
index a208c61..71a024a 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
index 3469234..5b4d3c3 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 	EXTERN pxCurrentTCB

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/port.c b/FreeRTOS/Source/portable/IAR/V850ES/port.c
index 456c102..7853d3d 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/port.c
+++ b/FreeRTOS/Source/portable/IAR/V850ES/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
index 64e8aee..0e8af15 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
index 3da2543..08b2e87 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
index bc3c558..c7a8494 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
index 320189e..95733b6 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
index 8158fcd..f894f9c 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
index fe0ccbe..d8a6eba 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
index fdd2fb2..80a9b4e 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*

@@ -104,13 +110,13 @@
 #ifdef MPLAB_PIC24_PORT

 

     #ifdef __HAS_EDS__

-		#define portRESTORE_CONTEXT()                                                                                                                   \

-					asm volatile(	"MOV	_pxCurrentTCB, W0		\n"	/* Restore the stack pointer for the task. */				\

+		#define portRESTORE_CONTEXT()																						\

+					asm volatile(	"MOV	_pxCurrentTCB, W0		\n"	/* Restore the stack pointer for the task. */		\

 							"MOV	[W0], W15				\n"																\

 							"POP	W0						\n"	/* Restore the critical nesting counter for the task. */	\

 							"MOV	W0, _uxCriticalNesting	\n"																\

 							"POP	DSWPAG					\n"																\

-							"POP    DSRPAG                                  \n"                                             \

+							"POP    DSRPAG					\n"																\

 							"POP	CORCON					\n"																\

 							"POP	TBLPAG					\n"																\

 							"POP	RCOUNT					\n"	/* Restore the registers from the stack. */					\

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 84926f1..2257cf7 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

         .global _vPortYield

@@ -89,8 +95,8 @@
 

 		PUSH	CORCON

 		#ifdef __HAS_EDS__

-			PUSH    DSRPAG

-			PUSH    DSWPAG

+			PUSH	DSRPAG

+			PUSH	DSWPAG

 		#else

 			PUSH	PSVPAG

 		#endif /* __HAS_EDS__ */

@@ -105,12 +111,12 @@
 		MOV		[W0], W15

 		POP		W0							/* Restore the critical nesting counter for the task. */

 		MOV		W0, _uxCriticalNesting

-#ifdef __HAS_EDS__

-        POP     DSWPAG

-        POP     DSRPAG

-#else

-		POP		PSVPAG

-#endif /* __HAS_EDS__ */

+		#ifdef __HAS_EDS__

+			POP		DSWPAG

+			POP		DSRPAG

+		#else

+			POP		PSVPAG

+		#endif /* __HAS_EDS__ */

 		POP		CORCON

 		POP		TBLPAG

 		POP		RCOUNT						/* Restore the registers from the stack. */

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 9812065..b7f4fd9 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

         .global _vPortYield

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 393bc66..0785ca8 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 229948d..31e52be 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
index 5f327b6..8ea6e3a 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
index c0ab86c..92863d1 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 #include <p32xxxx.h>

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
index 236274a..7ede2e9 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/port.c b/FreeRTOS/Source/portable/MSVC-MingW/port.c
index f87c692..f4b8784 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/port.c
+++ b/FreeRTOS/Source/portable/MSVC-MingW/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
index 48ea5cf..3a28130 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
+++ b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MemMang/heap_1.c b/FreeRTOS/Source/portable/MemMang/heap_1.c
index f3190da..5577ef3 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_1.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_1.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/MemMang/heap_2.c b/FreeRTOS/Source/portable/MemMang/heap_2.c
index bd07401..749872e 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_2.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*

@@ -91,7 +97,7 @@
 #define configADJUSTED_HEAP_SIZE	( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT )

 

 /* 

- * Initialises the heap structures into their start condition. 

+ * Initialises the heap structures before their first use.

  */

 static void prvHeapInit( void );

 

diff --git a/FreeRTOS/Source/portable/MemMang/heap_3.c b/FreeRTOS/Source/portable/MemMang/heap_3.c
index 074835e..cc62634 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_3.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_3.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/MemMang/heap_4.c b/FreeRTOS/Source/portable/MemMang/heap_4.c
index 1dc7c65..b56bd28 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_4.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_4.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

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 80e96b0..2c669f3 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

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 5cff0e0..380419c 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 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 54cad8d..1d615af 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 527ac9e..8c7d3ed 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
index f4124cf..8662709 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 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 9716c29..ae38f37 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 59ad4df..95f8853 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index f552a49..997d20a 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index fe59b11..9b3b34d 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 35d68d9..ec68e61 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
index 570e6f9..fb58a6a 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
index c64420c..98757a4 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
index 592fc25..591c725 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
index 0e8d56d..f377c89 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port.c b/FreeRTOS/Source/portable/Renesas/RX200/port.c
index 565c0a6..4e0afde 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
index 9f80818..a10febc 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
index 1929e76..a091660 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port.c b/FreeRTOS/Source/portable/Renesas/RX600/port.c
index 842120e..001964b 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
index 9f80818..a10febc 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
index 1929e76..a091660 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
index 8d46e75..3e540a8 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
index 4643617..9743438 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
index 9ba21c7..f148e37 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
index e410ba1..903b50c 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
index 8a761fe..7cccd99 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
index 0300312..14a8a34 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORT_ASM_H

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
index 9e991f0..2d4e23c 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
index f737c84..b8838fd 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
index f073956..06fffb3 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
index 992ae84..01e6b22 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/port.c b/FreeRTOS/Source/portable/Softune/MB91460/port.c
index e44dc17..3588b3e 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB91460/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
index 81ab52c..a157ea7 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/port.c b/FreeRTOS/Source/portable/Softune/MB96340/port.c
index baa49c4..948c177 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB96340/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
index fd6609c..e05eba0 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
index ed4b5c9..07995e3 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
index e888267..e3fe0f9 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
index b0d6567..b263195 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index d673c8b..f1e7902 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 5b9aea9..d9d5a75 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Install.bat b/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
index ce8145b..26c51a1 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
@@ -1,5 +1,5 @@
 REM/*

-REM    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+REM    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 REM

 REM

 REM    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
index cfaa975..0e6cc4e 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/port.c b/FreeRTOS/Source/portable/WizC/PIC18/port.c
index bb1586e..a5c952f 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/port.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
index b96831b..116b989 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 00ec4dd..385267e 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 6be0796..373e662 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
index ed15545..01c0ea6 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 14a5052..179a10a 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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 PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
index fbba06f..bc6e02b 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 typedef void tskTCB;

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index c00abfb..f76733f 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /*

diff --git a/FreeRTOS/Source/queue.c b/FreeRTOS/Source/queue.c
index 1dadf76..75bebd1 100644
--- a/FreeRTOS/Source/queue.c
+++ b/FreeRTOS/Source/queue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 #include <stdlib.h>

diff --git a/FreeRTOS/Source/tasks.c b/FreeRTOS/Source/tasks.c
index 82e991f..51b75b4 100644
--- a/FreeRTOS/Source/tasks.c
+++ b/FreeRTOS/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -29,17 +29,20 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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!

 

@@ -53,17 +56,20 @@
     ***************************************************************************

 

 

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license

-    and contact details.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

+    including FreeRTOS+Trace - an indispensable productivity tool, and our new

+    fully thread aware and reentrant UDP/IP stack.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell

-    the code with commercial support, indemnification, and middleware, under

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

+    Integrity Systems, who sell the code with commercial support, 

+    indemnification and middleware, under the 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.

 */

 

 /* Standard includes. */

@@ -936,7 +942,7 @@
 

 		taskENTER_CRITICAL();

 		{

-			if( xTask == pxCurrentTCB )

+			if( xTask == ( xTaskHandle ) pxCurrentTCB )

 			{

 				xTask = NULL;

 			}

@@ -1046,7 +1052,7 @@
 		{

 			/* Ensure a yield is performed if the current task is being

 			suspended. */

-			if( xTaskToSuspend == pxCurrentTCB )

+			if( xTaskToSuspend == ( xTaskHandle ) pxCurrentTCB )

 			{

 				xTaskToSuspend = NULL;

 			}

diff --git a/FreeRTOS/Source/timers.c b/FreeRTOS/Source/timers.c
index bc4ef06..ddfdb70 100644
--- a/FreeRTOS/Source/timers.c
+++ b/FreeRTOS/Source/timers.c
@@ -1,7 +1,7 @@
 /*

-    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.

+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT 

+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

@@ -29,20 +29,23 @@
     FreeRTOS is free software; you can redistribute it and/or modify it under

     the 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

+

+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

     distribute a combined work that includes FreeRTOS without being obliged to

     provide the source code for proprietary components outside of the FreeRTOS

-    kernel.  FreeRTOS is distributed in the hope that it will be useful, but

-    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

-    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details. You should have received a copy of the GNU General Public

-    License and the FreeRTOS license exception along with FreeRTOS; if not it

-    can be viewed here: http://www.freertos.org/a00114.html and also obtained

-    by writing to Richard Barry, contact details for whom are available on the

-    FreeRTOS WEB site.

+    kernel.

+

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

+    details. You should have received a copy of the GNU General Public License

+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

+    viewed here: http://www.freertos.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   *

@@ -52,18 +55,21 @@
      *                                                                       *

     ***************************************************************************

 

-    

-    http://www.FreeRTOS.org - Documentation, training, latest versions, license 

-    and contact details.  

-    

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool.

 

-    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell 

-    the code with commercial support, indemnification, and middleware, under 

-    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also

-    provide a safety engineered and independently SIL3 certified version under 

-    the SafeRTOS brand: http://www.SafeRTOS.com.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    license and Real Time Engineers Ltd. contact details.

+

+    http://www.FreeRTOS.org/plus - 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.

 */

 

 /* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining