Update Cortex M3 ports to ensure 8 byte alignment.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 4419a8a..80482c6 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index 24566a2..52b7a3c 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 12847a5..d16a943 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index 2f89764..c422bb0 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 74c78c8..fb9cde8 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 13761a7..ddd5363 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 6d977ef..64fdc18 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 866e3dd..d619c8d 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 6ba6ac2..7b5fefb 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index c8f2685..f659867 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 58e7a78..e4ff49f 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index b438699..c3a97a0 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 0587a53..cc94116 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index b6ca9b8..ed8763c 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index e105afb..eee7cda 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index 2e56430..ba1d89c 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index b3d9de7..80cdadf 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index e3272f3..b5ece5b 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 55347b3..657b1c1 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index f0c5d28..492effe 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index 4855979..4849bf3 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index 66ebee5..d0a6e82 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index f1d8fb3..d3ec374 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index 18dfc43..caa8f74 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index f15f128..37e381e 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index 4e64686..a126554 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index f9977e0..72d6e72 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index dbc9c19..ea6b17e 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 2b3dfc0..dfe9003 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index b7d0874..46cd7c4 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index 7282fff..3161480 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 1ad550f..fa27d1a 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 8621a43..eae92ee 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 018dc2d..d4b009b 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 4327742..16305fe 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 826c144..f59ba3f 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 66a2d9c..e6168d1 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index cfa97a2..c0159a9 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c
index 1b69a67..aa992c6 100644
--- a/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index b6db54a..5cbf17a 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 0543220..152f1ea 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index 968e724..4c74905 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index 25fe56d..17c3cf0 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 379998b..b140ed8 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 445ca74..180f00d 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index cf62754..7741d18 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 48af599..c39ee63 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index c5d09af..e98b16a 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 6d37629..74de3fc 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 02a2989..cb026c2 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 1305d2d..f38699c 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index ee94a88..e2141ba 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index 572a5a0..d0023aa 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index 331a766..fdd76ff 100644
--- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index d4d6755..f5ec5d3 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index 2597169..f15b38c 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c
index fbd9821..d1d988e 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 3dbebb3..72f4267 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index b2c0ce5..1e9912e 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index d4d6755..f5ec5d3 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 42c8ee2..79c083d 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index eb9acd2..2ce8bb8 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index a448f93..59ae149 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 335f041..5a8d0c0 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 4af1423..7473132 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index fe5e278..0ec43db 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index c8eda67..b00e5fa 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index bba7e06..5e13a98 100644
--- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index 0898d5b..a2f69b7 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index ff75f0d..1317b94 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index 975d08e..4f2504c 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index 8be87d7..a704142 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 353aa0e..c790657 100644
--- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index ea83a61..a6bfb8c 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,7 +30,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index a7029e8..fba7310 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index b88b967..ff8c402 100644
--- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index a151698..8590363 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index cb36c57..eb0deca 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index 0fbf159..fc1ad3a 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index 120e7ca..46fe2df 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 98031c7..9782058 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index bd1bd8d..dd464d4 100644
--- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index a9c7432..3dd3c1e 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index 324784b..58dd541 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index 0fbf159..fc1ad3a 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index 7e246c4..81c06f4 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 1fb76e9..f72e72b 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 9501d66..e126084 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index 5322683..aa7b467 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index 40f9a29..e82f94f 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 41da52d..95af337 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 4b6e3cc..ef74bd4 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 1c36ef9..b9172bf 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index a9d803c..c9ded10 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 4654e54..476ff18 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 2fec18c..fcf764b 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index c7d621f..6b9883b 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index 1c36ef9..b9172bf 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 4b6e3cc..ef74bd4 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index 03a1ff5..ca96731 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index a9d803c..c9ded10 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index 5dc2118..b3b8141 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 62b3c85..484d01f 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index c7d621f..6b9883b 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index 03a1ff5..ca96731 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 2fec18c..fcf764b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index c7d621f..6b9883b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 9ef5f5d..82b9b08 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index 3eeede4..826f68b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index c7d621f..6b9883b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index c9a17b2..3895aa1 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index d8db104..fdc79ce 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index f1d774a..cef1064 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index 7236059..6943a7e 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 1b053f7..90c984e 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index c7d621f..6b9883b 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index 80f6dbc..9adb5e0 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 58d60e4..8a01ae5 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 0792678..3088935 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 888b2c2..a1a49f1 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index 2820e1f..59212e9 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index 68b3a30..eb76bd3 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index d694407..bd8131b 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index f44ebb0..edefbb4 100644
--- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 24e3212..64e66b0 100644
--- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index 4d5c170..8cd98bc 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 0c89efb..85a312a 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 77c793f..9ec2b3f 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index e6221f4..67673ba 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index 65f0b39..bb733ca 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 85bded5..6853838 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index 5bac90a..5198812 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index e963a7c..ce49501 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index dde8aa3..22cb43f 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 96ea52b..7f53a31 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 87accae..64439ce 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 77c793f..9ec2b3f 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index e6221f4..67673ba 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 85bded5..6853838 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index fb0dc87..10ac057 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index 6458de5..97fde75 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index c63e0bf..1151af9 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index 4518d17..1fcec8a 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 6c92515..f5d5426 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index 77c793f..9ec2b3f 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index e6221f4..67673ba 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index 85bded5..6853838 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index 9214b76..9424cdf 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index 2a9cb3c..d78de82 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index 9abf028..826bb79 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index 1fc3f08..86efa0b 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 0ac97ec..232215f 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 5e68766..d610c6b 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index 846b4da..c74178c 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index 44c53ef..6a5a125 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
index 55f55bf..8d13c3e 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index e705433..adfbe6c 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index c583ec0..348e322 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index d2644ad..d36dc09 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 858390f..9a87b36 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 684c4b5..8be3d02 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index e581b47..05ef421 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 70f09e3..108a928 100644
--- a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_IAR/LED.h b/Demo/CORTEX_LPC1768_IAR/LED.h
index c583ec0..348e322 100644
--- a/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_IAR/ParTest.c b/Demo/CORTEX_LPC1768_IAR/ParTest.c
index 23159b6..0ae5221 100644
--- a/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_IAR/main.c b/Demo/CORTEX_LPC1768_IAR/main.c
index 68f4981..66b8773 100644
--- a/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 9d4171d..f014413 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index e581b47..05ef421 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index df42f67..0cb4b25 100644
--- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index afec27c..0c6d2f1 100644
--- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 2522fa7..8d1911d 100644
--- a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
index a8a0b3a..c3ad098 100644
--- a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index cebcae9..7c2e1a1 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 096a9ed..48112f6 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index defeb61..291caaf 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index dc4489d..99c1cfb 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index 71f8f88..ed3c32c 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index cebcae9..7c2e1a1 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 096a9ed..48112f6 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index defeb61..291caaf 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index dc4489d..99c1cfb 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index 71f8f88..ed3c32c 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index 5eac4cf..80a62c9 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index ebdd80b..cff4186 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 82d13bf..acd7651 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 58c0fdc..3d35a13 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index 71f8f88..ed3c32c 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 8edac60..a10131e 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index 6f368e9..a69ff86 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index fcfea9e..dfe304e 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index ca806f9..4bfb0b2 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index 148978f..7a65c56 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 7d06a02..e401b85 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index d698e78..4f96dc9 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index c1dfbd3..e35bac7 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 4c615ea..d20aaea 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 9b9c32e..4ca8458 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index 56624e6..48fb750 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index dc0801f..5417b23 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index c8f82ad..8d3fab3 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index 4b0d5d6..84876fc 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 23450e3..4856714 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 42a7f28..add85e1 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 45e19c4..e9593f1 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 617e5dd..0359d5b 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index ab5ec56..d2b6adf 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index 6f2a3db..4effbcb 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index 48efae0..bc89a19 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index a6082d9..6b55a61 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index b659339..00507d6 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index c0dcd6e..8af239c 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 7b53f9d..1b3858b 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 7a3ac27..b1ddda7 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index 4b0d5d6..84876fc 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index baba586..68ef510 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 7663583..7f5563f 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 617e5dd..0359d5b 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 33d952a..604e3f6 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index e6221f4..67673ba 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index e69ccc1..a599ae9 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 8b4a902..2578ec2 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index af16022..5c0519a 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index 3c31f0d..da83554 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index 33257c7..d062a88 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index 8390156..eb2c825 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 4c6d830..b9a7e1b 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index db52470..65c3de4 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index a405c5d..810ef26 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index c55d762..0da4a5d 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index b4f2b36..ea88518 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index a0806a8..effa1ba 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index ae83fc0..08608c6 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index 9028b3f..58c697e 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index 6bd279c..820b041 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index 5e9c0ac..a0f9e7e 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index 4ab8719..6f88365 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index e448ba5..76f3404 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index 986ed65..92b4246 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index 95bfc8a..0f974f3 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index f7298e1..657af85 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index 8c585ce..ef890d2 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index d8adec5..b99f66e 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 3a9d1e5..f1cb91f 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index 0034877..5e0a087 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index 0d20e8b..17fa18d 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index 2c3539e..70ef842 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index 9512a61..bdb8303 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index af3ef53..6267dfa 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index d08836e..6fa1a68 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index bc769fe..9cb239b 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index d51bf45..ba349f9 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index f7e5be8..3616ee0 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index f584312..b6262b8 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index 73f1e1f..8259e92 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index 46d1302..bb0b43d 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index 782ec3f..f13a791 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index edb79db..93dce5c 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index 519fa89..75be1d8 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index 6241b4b..780e02d 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index ffae713..c5b2d61 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index 889f7fa..c42749f 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index d5d9086..bfda083 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index e49f082..1105c2f 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index 8bc1f4a..624573d 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index a68c19b..7fe2720 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index 47ebb13..41e5d8d 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index bb7e8aa..c46bd4a 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index c67eeee..b202abf 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index 18caf2e..6a63e9e 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index 74b079b..32e0790 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index 8c3311c..b754333 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index c858f9d..ecc2eca 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index dab11f5..37d417e 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 55459a8..6f6e9d4 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index 105d9cf..40b6b0c 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index 2c57318..161afff 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index e0cd489..57b4010 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index 9c0e6a5..eeff78f 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index 146ed55..5067a36 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index f486beb..4568b0e 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index 0d3d634..f07c30b 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index 0cc5e43..c9cabf6 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index 0aa3ccb..31597b0 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index d4ceef0..684070d 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index 8a9f55a..89de020 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index 4e32672..b5fc832 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index 707ff89..41e9584 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index 982c0b6..72d03b0 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index 06a49f7..76123fc 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index 28bb19f..f960f6d 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index cebd373..a92b6bb 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index a7e9a9c..25f35b5 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 003445c..4265124 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 44dc40e..402e5ea 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index 0dc829c..29ce756 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index c75f452..87cd319 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 6d0d95f..b654a48 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 42a24a1..cbdba76 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index d2980aa..2c5d71e 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index 5447269..2572502 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index e819e9b..02a4e33 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 42a24a1..cbdba76 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index 4ce3e46..913f9d2 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index ebac1f1..b6c8c2b 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 74348a4..d89a2e0 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index dd9be83..5540ea1 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index e86e3ef..6ab986f 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index 001d418..e6c7b29 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 661e08e..56b6d54 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c
index ae7d819..f2e656e 100644
--- a/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c
index 8bc96df..d2faec3 100644
--- a/Demo/MB91460_Softune/SRC/main.c
+++ b/Demo/MB91460_Softune/SRC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c
index edc2d37..f48f53a 100644
--- a/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c
index 6cc1592..817a19f 100644
--- a/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index 8710b18..ed6a433 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
index ae7d819..f2e656e 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index d9312bc..4120ec2 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
index c9bb45c..1759fec 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
index 04e1e93..943417c 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 27a7ae1..ea56988 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index b39c5ec..1acabb5 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index b045960..f4f420c 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 0962c90..458a996 100644
--- a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index 28b45aa..55dd572 100644
--- a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index 765c911..9f99f0a 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h
index 6626184..fc7fd48 100644
--- a/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c
index eb2fc7b..7e3b029 100644
--- a/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c
index da8ec4f..e130779 100644
--- a/Demo/MicroBlaze/main.c
+++ b/Demo/MicroBlaze/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c
index 9db6609..7cbd77f 100644
--- a/Demo/MicroBlaze/serial/serial.c
+++ b/Demo/MicroBlaze/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 43f0181..4498043 100644
--- a/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Demo/NEC_78K0R_IAR/ButtonTask.c b/Demo/NEC_78K0R_IAR/ButtonTask.c
index 7013d92..f25322c 100644
--- a/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index c2fef05..d93a490 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_78K0R_IAR/RegTest.s26 b/Demo/NEC_78K0R_IAR/RegTest.s26
index 41ad734..2f69cd7 100644
--- a/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Demo/NEC_78K0R_IAR/main.c b/Demo/NEC_78K0R_IAR/main.c
index 6a4cda0..eb7b704 100644
--- a/Demo/NEC_78K0R_IAR/main.c
+++ b/Demo/NEC_78K0R_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 9fc66e2..d36ce86 100644
--- a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index b65cc44..ef8e25c 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index 0d8fc46..0d8dfe7 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index 99e76ee..9058a97 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
index 6faa1bb..f70e08c 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
index c1cbecd..a6e3181 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index 527bf2b..d55090f 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/main.c b/Demo/NEC_V850ES_IAR/main.c
index a52d43d..4bd605c 100644
--- a/Demo/NEC_V850ES_IAR/main.c
+++ b/Demo/NEC_V850ES_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NEC_V850ES_IAR/serial/serial.c b/Demo/NEC_V850ES_IAR/serial/serial.c
index 4d7e2af..4cec049 100644
--- a/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index 6df45e9..cf82738 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
index 0a19555..7fc0ee8 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index 540fce4..0ce5811 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index facfeca..8d248c0 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h
index 5dade50..5895890 100644
--- a/Demo/PC/FRConfig.h
+++ b/Demo/PC/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c
index 23e4a40..2d04bf4 100644
--- a/Demo/PC/FileIO/fileIO.c
+++ b/Demo/PC/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h
index aaebc97..c07688a 100644
--- a/Demo/PC/FreeRTOSConfig.h
+++ b/Demo/PC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c
index e71ac9f..1f59a18 100644
--- a/Demo/PC/ParTest/ParTest.c
+++ b/Demo/PC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PC/main.c b/Demo/PC/main.c
index 927a4bf..b217a3e 100644
--- a/Demo/PC/main.c
+++ b/Demo/PC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c
index 6993036..8557819 100644
--- a/Demo/PC/serial/serial.c
+++ b/Demo/PC/serial/serial.c
@@ -6,7 +6,7 @@
 */

 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index fa4bd77..1c41e52 100644
--- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c
index a4d712b..e879949 100644
--- a/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c
index 6cf09a1..dc00ac8 100644
--- a/Demo/PIC18_MPLAB/main1.c
+++ b/Demo/PIC18_MPLAB/main1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c
index a11d03d..a2e2e08 100644
--- a/Demo/PIC18_MPLAB/main2.c
+++ b/Demo/PIC18_MPLAB/main2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c
index fe9f25c..f9db7cb 100644
--- a/Demo/PIC18_MPLAB/main3.c
+++ b/Demo/PIC18_MPLAB/main3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c
index 55c4030..4fbcb07 100644
--- a/Demo/PIC18_MPLAB/serial/serial.c
+++ b/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index ffa8c47..c35a1cc 100644
--- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h
index e42c0ac..f7c7176 100644
--- a/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c
index 5ea425c..b0d9b81 100644
--- a/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c
index 605521e..26ab82d 100644
--- a/Demo/PIC18_WizC/Demo1/main.c
+++ b/Demo/PIC18_WizC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index c1fd07b..45a3037 100644
--- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 25b71a9..5ca4d26 100644
--- a/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c
index 43a4207..e14168b 100644
--- a/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c
index f44f213..7c08fae 100644
--- a/Demo/PIC18_WizC/Demo2/main.c
+++ b/Demo/PIC18_WizC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 5c19ba5..7f59ad8 100644
--- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 25b71a9..5ca4d26 100644
--- a/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c
index 43a4207..e14168b 100644
--- a/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c
index dc7dd09..166748c 100644
--- a/Demo/PIC18_WizC/Demo3/main.c
+++ b/Demo/PIC18_WizC/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index ba8d7fd..b8ed68f 100644
--- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 25b71a9..5ca4d26 100644
--- a/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c
index 43a4207..e14168b 100644
--- a/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c
index 9f5194b..fb01c8c 100644
--- a/Demo/PIC18_WizC/Demo4/main.c
+++ b/Demo/PIC18_WizC/Demo4/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index cd40764..814e234 100644
--- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 25b71a9..5ca4d26 100644
--- a/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c
index 43a4207..e14168b 100644
--- a/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c
index 41ae3ef..0d08d94 100644
--- a/Demo/PIC18_WizC/Demo5/main.c
+++ b/Demo/PIC18_WizC/Demo5/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 47f63bd..3357e5a 100644
--- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 25b71a9..5ca4d26 100644
--- a/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c
index 43a4207..e14168b 100644
--- a/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c
index b79d7da..b872cf9 100644
--- a/Demo/PIC18_WizC/Demo6/main.c
+++ b/Demo/PIC18_WizC/Demo6/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index 94cbe74..4fef5c0 100644
--- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 25b71a9..5ca4d26 100644
--- a/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c
index 8de118b..3fe1551 100644
--- a/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c
index 43a4207..e14168b 100644
--- a/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c
index f2a218a..20532c9 100644
--- a/Demo/PIC18_WizC/Demo7/main.c
+++ b/Demo/PIC18_WizC/Demo7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c
index e71b4a3..0cd2d65 100644
--- a/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c
index 0e30a70..461de75 100644
--- a/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c
index f277d30..a7368b2 100644
--- a/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c
index ad099bc..32d90a7 100644
--- a/Demo/PIC18_WizC/serial/serial.c
+++ b/Demo/PIC18_WizC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index b6fd71b..d4c69fd 100644
--- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 9a9c416..16fe89c 100644
--- a/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c
index 3944ba1..40c0cba 100644
--- a/Demo/PIC24_MPLAB/lcd.c
+++ b/Demo/PIC24_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h
index f0c474e..2a498de 100644
--- a/Demo/PIC24_MPLAB/lcd.h
+++ b/Demo/PIC24_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c
index 8ce4206..c36e11b 100644
--- a/Demo/PIC24_MPLAB/main.c
+++ b/Demo/PIC24_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c
index 9ca9142..6de360e 100644
--- a/Demo/PIC24_MPLAB/serial/serial.c
+++ b/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c
index 540f96f..46c2e0d 100644
--- a/Demo/PIC24_MPLAB/timertest.c
+++ b/Demo/PIC24_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h
index 6a7f16c..54ff8d6 100644
--- a/Demo/PIC24_MPLAB/timertest.h
+++ b/Demo/PIC24_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index 0da332a..e06fdae 100644
--- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index 0546f9a..4c75f84 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index e6221f4..67673ba 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 3f70186..5a05707 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index fc6547e..c0da95a 100644
--- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
index 511d8b5..2e870dc 100644
--- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
+++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c
index c71caeb..3dab59e 100644
--- a/Demo/PIC32MX_MPLAB/lcd.c
+++ b/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h
index f0c474e..2a498de 100644
--- a/Demo/PIC32MX_MPLAB/lcd.h
+++ b/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c
index a68c286..913a55e 100644
--- a/Demo/PIC32MX_MPLAB/main.c
+++ b/Demo/PIC32MX_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c
index f728197..b8ff349 100644
--- a/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c
index 9176c83..381a627 100644
--- a/Demo/PIC32MX_MPLAB/timertest.c
+++ b/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h
index 6a7f16c..54ff8d6 100644
--- a/Demo/PIC32MX_MPLAB/timertest.h
+++ b/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PIC32MX_MPLAB/timertest_isr.S b/Demo/PIC32MX_MPLAB/timertest_isr.S
index e49dce0..0c7a7ed 100644
--- a/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index a545c6f..6e8d4f0 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index d29376e..cb0608c 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 575685b..7a92b6b 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 4bcaa3a..1e61e33 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 26cbe33..a9bbab5 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index 9d868d9..da68797 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 2a07243..bee459d 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index c6e318e..f8e3192 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index d29376e..cb0608c 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 575685b..7a92b6b 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 4bcaa3a..1e61e33 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 524b187..a9db754 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index 9d868d9..da68797 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 2a07243..bee459d 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 43a0d39..324aa4c 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 3e31886..b9320a5 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 575685b..7a92b6b 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 51f9238..16aecc2 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 18a4f07..be492dd 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index abad3f4..898dbdd 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 9669783..42814be 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 43a0d39..324aa4c 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 8be8576..c51931d 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 575685b..7a92b6b 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 00d75df..2f38cab 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 1f6ab1c..8a412ef 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index abad3f4..898dbdd 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 9669783..42814be 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index b7fbbe8..6f45bd7 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 8be8576..c51931d 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 575685b..7a92b6b 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 00d75df..2f38cab 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index fadb609..5a6ac87 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 6d77410..b122978 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 9669783..42814be 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index c78928f..7251fef 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 265ce49..65811fd 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 031f7c3..938f3b4 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 06b5eed..eb7e12b 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 7e62276..e932308 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index d2b6359..c4ab2c4 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 0b5e0b9..291659f 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index bdf2f6e..924e54a 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 0c9f293..fc51bd6 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index a622366..f957a7d 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index c8646ad..9aff7d0 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c
index d8ecf26..a1b3e9d 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 58324b5..ed7438e 100644
--- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 58a6774..29f7c71 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 0f060f4..7eea59c 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c
index a2ae92d..ff6de69 100644
--- a/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index e039ec3..d4407f2 100644
--- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index df4953e..a6681e8 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 9e63adb..481ad73 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index 02490fd..71f48ba 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index f0c474e..2a498de 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index 8ce4206..c36e11b 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index edec52f..6243538 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index 540f96f..46c2e0d 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index 6a7f16c..54ff8d6 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index ebfc149..d39ef8a 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 72236cb..aa53934 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index 4d08a66..0aee091 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 3f96866..d12ed98 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
index 217a7e7..221bfb2 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index ae7ed9e..9d2524e 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index 8c1232b..eebe464 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index 81459b4..bdd0099 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index e7db9ea..c56e693 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 3121961..f58646e 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index c36a3ab..b0787f2 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index acfc561..b6b7b1a 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c
index 9456482..65bf11b 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 6ff93f1..60f6ffb 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index 298e1e1..77b5e1e 100644
--- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c
index b987868..59cf08d 100644
--- a/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c
index f01ba1a..de9e10e 100644
--- a/Demo/msp430_CrossWorks/main.c
+++ b/Demo/msp430_CrossWorks/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c
index 10a3367..d4ebf43 100644
--- a/Demo/msp430_CrossWorks/serial/serial.c
+++ b/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_CrossWorks/serial/serialASM.asm b/Demo/msp430_CrossWorks/serial/serialASM.asm
index cfd1f7c..9506dbd 100644
--- a/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h
index be05b4d..6549a84 100644
--- a/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c
index c0d1d6e..e0a6262 100644
--- a/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c
index d0f7469..6025635 100644
--- a/Demo/msp430_GCC/main.c
+++ b/Demo/msp430_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile
index fb2a850..715ee6d 100644
--- a/Demo/msp430_GCC/makefile
+++ b/Demo/msp430_GCC/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+#    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c
index ab81d1e..5f1c5ec 100644
--- a/Demo/msp430_GCC/serial/serial.c
+++ b/Demo/msp430_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_IAR/FreeRTOSConfig.h b/Demo/msp430_IAR/FreeRTOSConfig.h
index ed2200b..beb422b 100644
--- a/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_IAR/ParTest/ParTest.c b/Demo/msp430_IAR/ParTest/ParTest.c
index 8eaf4a2..592c898 100644
--- a/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_IAR/main.c b/Demo/msp430_IAR/main.c
index 9d3b7d9..604398b 100644
--- a/Demo/msp430_IAR/main.c
+++ b/Demo/msp430_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_IAR/serial/serial.c b/Demo/msp430_IAR/serial/serial.c
index cf1ca07..1a2aa88 100644
--- a/Demo/msp430_IAR/serial/serial.c
+++ b/Demo/msp430_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/msp430_IAR/serial/serialASM.s43 b/Demo/msp430_IAR/serial/serialASM.s43
index 6361fd6..c7f99ba 100644
--- a/Demo/msp430_IAR/serial/serialASM.s43
+++ b/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 0b3706c..d8173e2 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index 1e1a684..8e85931 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 6c4d36e..460120c 100644
--- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 167e994..f3bfaee 100644
--- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c
index d6c4ecc..468e3af 100644
--- a/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 0a33b4d..6d13521 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c
index 3e0c262..51770e5 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/croutine.c b/Source/croutine.c
index c5a0ad4..03e4629 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 6da1022..e49c3ab 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 3002e3f..82f8315 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 26909d0..a29f9a3 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/list.h b/Source/include/list.h
index b337ec2..72a5a85 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h
index ba7f7ce..ffca24a 100644
--- a/Source/include/mpu_wrappers.h
+++ b/Source/include/mpu_wrappers.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/portable.h b/Source/include/portable.h
index d073559..28a3b59 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 05a1fd4..764526d 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 7cc0a2b..146c31b 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 7f2114f..722b3fc 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/task.h b/Source/include/task.h
index cca407d..d3c830c 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -72,7 +72,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V6.0.0"

+#define tskKERNEL_VERSION_NUMBER "V6.0.1"

 

 /**

  * task. h

diff --git a/Source/list.c b/Source/list.c
index 9917fa1..7bfd711 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 2ad38fd..fb73007 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index bf90efb..62c8a93 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index d67636c..34636a8 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index b2ef25e..876a804 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index c272060..406dbc0 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 5608e0a..56c384f 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 0559eec..56463ca 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index 30a70bb..73ee5ad 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index a7c7070..01453a0 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 70756cb..5fc4a7f 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 9582922..305db82 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index ffbafa6..a046f1c 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 65eb2fc..e1b07eb 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index bdd9b77..31df1ed 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 73a92c0..2af9108 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 8589e55..ecadff6 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 078c96b..0d52372 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index d1be017..05b4d06 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 07f92f5..9179e3d 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index a2dc112..6a8a3a7 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index c0d9cb5..aa7c919 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index d9de88c..f678b91 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 74d70c4..62596db 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index 9c45f9d..d41d420 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index ff66ee2..c30841f 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 866f250..9f049de 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index c9f317d..9ab31bd 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index a7c2966..673d816 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c
index d9530dd..268971e 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 55c4b1d..257d693 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 4d86e43..2077e92 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 1560f63..84be44e 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 4abf44e..c3cfc67 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 10753e2..7cd8798 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index da614b8..1381214 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 3003ba3..9cfb30f 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index 5186503..9c78093 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index d1c2ff7..4177767 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index 3bcee78..d6957b6 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index df1a2cc..15ea2f9 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 4440cfb..a92a70c 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index cd9f256..f9d2cc8 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 1caacc3..e185627 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index efac715..e87a6d1 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 43b58c4..bb1b9f8 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index efb3536..77a4d40 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index 56423db..07d3999 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index 680e952..0013cb6 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 655398a..f7d1763 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index ca6e284..6c3eaa3 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 0072ad7..15f3d8d 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 94d341a..bb6a3e7 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 655398a..f7d1763 100644
--- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index 8792f72..31c1139 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 0072ad7..15f3d8d 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 94d341a..bb6a3e7 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 0b38fb5..4e15fe6 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 16d159b..5e1ff90 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index d31ee51..da8bf26 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 3ee93c6..18b25da 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 0a1b58e..2de54e5 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index 6275da7..5cc3b0d 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 29e174d..8b80284 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index e2ce7fc..702db13 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index 54f4e28..863882e 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 63b70e4..bed8d5b 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index 38c42b8..271815a 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 4dd5f35..97e6cd9 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index ca39e62..90686ef 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index e85d84a..e0c3205 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index 6d80356..33e9e4f 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 9aebb05..bb3379f 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index ce93d7b..278fa9d 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index c97e76c..3a80524 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 802db9b..022d295 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index c2c09cf..03cf6ce 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 2234ec5..82a0730 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index e5874cd..c30dda7 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index e0f181b..a3c4774 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index 1a1da35..e4fd544 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 43cec03..1f95ef2 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 681fcaf..3bcefae 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 873d978..cee3a82 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index 11c127b..df63366 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 0017ec4..4be42dd 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 0f9ed8a..1d27826 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index bc40c79..bf08b81 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 04e7e5a..ffeab07 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index ff3602b..c621a79 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 85c5f72..4dbdcd6 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index bd47314..3ed8132 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index e67feed..7a5d5dd 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index b002b94..3556085 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 7a45c90..1086349 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index 0452e08..e13b983 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index df13de7..1d4bf80 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index f2daf4a..fbc02f5 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 18831a1..564a6e9 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index e99c66e..ceacd3b 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 45dab30..40ce386 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 9aec4d9..5a01975 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index fa2cdd6..f573b6b 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 98333cd..c3753b1 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 0453889..aec92f2 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 8f51096..69c7684 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index a7f6555..27553b6 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index f6cd1f5..b157e3c 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index f4d26fe..3a22038 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index a41d40f..ea60776 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index f55f6dd..9ab73d3 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 377498a..8b2c4cb 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index a231f24..c1330e9 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 7d82cd6..292eab9 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 79450cb..076fe99 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index fae6546..ea5e940 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 0442ad9..fe0cbfc 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index cd95473..335aeb0 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 2b0dcb0..ce9dceb 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 55b8c83..da88801 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 3503cea..2a57ed0 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+;    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 11e7d18..282f653 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 15191be..a46ce13 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 89c8fc9..0c92f8d 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index f79af29..91a512b 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 79292d8..9f65281 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index f320480..1583f6f 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index ac87cb5..2d5c15a 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index c204010..2c32e60 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 48dd7b9..3330b9a 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index e4437a6..4fd6d7e 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 9a2114d..1ab1807 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index c8f8779..cf55421 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index ef5ac51..dc0538d 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index f9d3587..70a5be6 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 4f8cd35..9619c0a 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index 1df7937..eabf848 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 3aacc38..19f6283 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index f835e9b..d0e5bff 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 7a6dbe7..918ad40 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index e589e33..6d6ac88 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index ee68789..8395a4e 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 47b491f..33dcf42 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 244ebfe..b06b0e1 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/queue.c b/Source/queue.c
index 91ad6af..8170f36 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/tasks.c b/Source/tasks.c
index 184d78a..c16efb1 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

     *                                                                         *