Update to FreeRTOS V6.1.0 release candidate.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 0f2af5d..511ae17 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index 5110df6..15907a3 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

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

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

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

 #    *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 140e827..2db1300 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index ebe61b5..b348933 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 23056c6..9138231 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index cc23fe4..192a03e 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 3881f60..1e2f222 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 99b3995..22ec2c2 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index fffbb7d..a1837d1 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index 08ec951..9a69343 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 6367f86..24fc266 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 0be481a..457a922 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

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

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

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

 #    *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index 276c0cf..639a847 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 45f4861..43ff02f 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index aef0b9b..325da84 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index 31ce51c..ac8f474 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index f06f74c..248509f 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index f30c1aa..f52f90d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index 6bdb39e..3822fbf 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index d96bdf5..62c1302 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index 372a132..f26ec57 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index 788a906..c591332 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

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

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

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

 #    *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 246ea71..28b0c88 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index fb24447..7f26e01 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 706d886..d1e53a2 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 36a90c4..4392cb8 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index a205915..f166ff5 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 58ea612..1cbc01c 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index 7fbb0c5..1010eb3 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 550a88b..9771002 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index cd219dd..7b0a2e1 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 4f54ca9..041cd73 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index fd6f66a..a814ad8 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 6d0bee2..376f57a 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 8f9a311..164118e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

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

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

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

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

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

 ;    *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 9382ac7..5a9d8a7 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c
index 40890ae..50b7271 100644
--- a/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index 7e7d617..4571321 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index 97116ad..7227822 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

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

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

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

 #    *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index a540e87..f739f90 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 9192ba7..6effdcd 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index ac43539..6ed1254 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 969e281..3433951 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 7292af4..86d4bb7 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index 4aebc22..7e89687 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 486b584..b4e051c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 1ccbb8b..32a709f 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 1544a10..6eb37fa 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index af5494f..22321a4 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index ae9542e..3cba1d7 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index a00a5b5..d195b5f 100644
--- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index 5541d5d..e9f8ff4 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index 7406795..0b53eef 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index b6b761a..a8c620f 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 1f6df79..6d30e01 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index 5541d5d..e9f8ff4 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 1f7ecd6..cc16035 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index 5898b91..0ce127d 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index ebc8b5d..55d283c 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 2d2d4e0..5ee30fe 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 9df264d..7a20df6 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 7b95199..fba9af1 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index c3251a0..717ba38 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index d143da7..c3c7d6f 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index e4d1281..38ddf44 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -11,7 +11,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index 2ac9f16..bb6b84b 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index 447901d..68c42c6 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 49eae91..b6d045b 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index 18aebf0..331df42 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,7 +30,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -41,7 +41,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index 38e6b7e..92fb08c 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index 0ec8d01..0a96c4c 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index 215382e..7b115e8 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index c6d3145..173f932 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index c99dbf6..e0f2434 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 03e9ea1..d6d79af 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index 255940d..04c313a 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index a73b305..25caa33 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index c6d3145..173f932 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index 3923b6f..4eeefcf 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 9a12c37..57645cb 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 53ae0ce..4691313 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index 0c45c8c..cf4acf3 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index 3624ea2..e9b992e 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 370ae6f..f123aa3 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h b/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
index 5de2491..8dd8eef 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_EFMG890F128_IAR/ParTest.c b/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
index 990e2fa..7c728b5 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c b/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
index 6bb2d9e..b90a04f 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_EFMG890F128_IAR/ledtest.c b/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
index bbee4a0..0a087e4 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_EFMG890F128_IAR/ledtest.h b/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
index 843823d..889b8f0 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
+++ b/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_EFMG890F128_IAR/main.c b/Demo/CORTEX_EFMG890F128_IAR/main.c
index 4c88d32..77a99af 100644
--- a/Demo/CORTEX_EFMG890F128_IAR/main.c
+++ b/Demo/CORTEX_EFMG890F128_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 7968ff3..377ecc0 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index cb4f5d6..36700f1 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 993f75f..9bf6948 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index 8bc69b5..d6cd12b 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index ea89839..0dd4afe 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 7968ff3..377ecc0 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index 47635b8..c5359fb 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index 4d7c2c6..0836df4 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 094fcc4..99328a0 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index 8bc69b5..d6cd12b 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index 47635b8..c5359fb 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 993f75f..9bf6948 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index 8bc69b5..d6cd12b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 830fb4d..c3f1e5e 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index 237eee0..24e2f06 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index 8bc69b5..d6cd12b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index 966aa36..1cb0494 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index c13627c..85fd296 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index f4f2069..71220f6 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index 8bc69b5..d6cd12b 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index 5935646..4734645 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 6f2fac1..2fc1dec 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 0708120..10a7bf8 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 612b4b8..3de294c 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index 677ad05..87d6922 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index b3cee3e..cec835e 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index bf909fb..4e67577 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index d2aea50..9c135d6 100644
--- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 956d247..7dc4f73 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index 50e5837..02b45f3 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index e4652d0..77c38fc 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index bf2cbbf..0915c70 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index 803d221..0f2e9e7 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

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

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

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

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

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

 #    *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 2dfac09..def872c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index 91e94a4..003a6e4 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 70abd10..c136d71 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 42519bc..89d1b65 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index ddc1cd4..0357e9e 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index bf2cbbf..0915c70 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 2dfac09..def872c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index eda299d..e8fea1e 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index 4737448..c66b8b1 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index dc00c3a..7dc489e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index a284995..2c8b3de 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index aeb993f..76eecd2 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index bf2cbbf..0915c70 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index 2dfac09..def872c 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index 6447cfa..1634f2c 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index 0757648..ffd928d 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index 48ee6f0..9870205 100644
--- a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index 358ebd4..5b072ee 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 2270276..1bd1513 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 77447a9..d5130df 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index 3e11a42..13d06d8 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index 8c10698..ee651dd 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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 2628409..87b27e6 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 2fe5c97..1fd1144 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index b8cb2f9..9319cb2 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 82d4968..7abc265 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index d0483e7..7dc67c2 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index b4975ff..100cc9d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index a853767..d8e6f79 100644
--- a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_IAR/LED.h b/Demo/CORTEX_LPC1768_IAR/LED.h
index b8cb2f9..9319cb2 100644
--- a/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_IAR/ParTest.c b/Demo/CORTEX_LPC1768_IAR/ParTest.c
index 6725633..6f01bf2 100644
--- a/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_IAR/main.c b/Demo/CORTEX_LPC1768_IAR/main.c
index 45f1a48..cb057c3 100644
--- a/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 06f285a..4735b0f 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index b4975ff..100cc9d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 2434f5d..d558440 100644
--- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index e269556..03fb691 100644
--- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index e1d5a3b..36aa75b 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
index 55ee4a9..1ca3b42 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
index 8e978af..4e74b44 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
index d9eed30..bc2bb32 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
index c0ef754..3528e8d 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
index b6288b6..4bbcd63 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
index 67f0e1f..2283b4d 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index 33c8934..6a4a848 100644
--- a/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 3da2a38..4291504 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 67f0e1f..2283b4d 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index 14062f4..e473ebf 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index 83d5db5..1c61eaf 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index 769269f..48436a7 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 3da2a38..4291504 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 67f0e1f..2283b4d 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index 14062f4..e473ebf 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index 83d5db5..1c61eaf 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index 769269f..48436a7 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

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

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

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

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

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

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index a1d4f00..e391a62 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index a2abe28..452a80a 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 979ec8e..86fafa5 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index 769269f..48436a7 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 2efc1b3..31af593 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index b19c1bc..2d11aac 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index f9e83d3..83ca7db 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index d445940..6a2f217 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index e86eab4..82e5410 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 5bf237d..020873b 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index 9951550..d7810e9 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index 9a7c782..45ee409 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index 00629be..4a1c4e0 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index 3188043..550d781 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index 8b30370..1ff35c0 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index 8bfb327..2aca91c 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index 9d9dd8f..75d455c 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index 5a574b5..4858c7c 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/main.c b/Demo/CORTUS_APS3_GCC/Demo/main.c
index a75bf21..3e6a900 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/CORTUS_APS3_GCC/Demo/serial.c b/Demo/CORTUS_APS3_GCC/Demo/serial.c
index 70659cc..ff3804c 100644
--- a/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index d5dcc95..fbc122f 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 706b447..8eed53f 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 23eeb2c..a5daaba 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index b3de4c2..31ad9ac 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 2875766..d060b78 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index b0932de..ba8307d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index 86d8572..4b51776 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index a7f3555..341626b 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 6bc1648..2b8957c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index eab8c99..5f48da1 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index f717bbe..888db4e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index f7929ac..716c1cc 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index f9256bb..2bfbf24 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index e50c4e9..3db34d1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 779f330..992db0d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 4b68051..bf3c003 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index f5e6691..2e6b549 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 9a9f059..236603a 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index c171f2b..2dce485 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index 86d8572..4b51776 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index 7dca44c..ff22fd8 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 476aba9..7887ed4 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index f717bbe..888db4e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 5f67347..7dc21bc 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index a703959..7789930 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index e9390a0..9275779 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index d1390ee..58b36e3 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index 64517f2..30bd1dc 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index ba0156c..1850650 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index 1ef6be6..ed917bb 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 6cd5dd2..569bee5 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index 7fd19f6..910c49e 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index 0a3bfc8..dc1e1ff 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index 9e13951..d307e5c 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index 0a47686..f226077 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index b78ab4f..351e30f 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index c119280..e7f8f6b 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index 82b6e5d..a81b9ef 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index ed902f8..a5bf341 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index 8de3a20..f8b5669 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index aa0fbaf..cc85541 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index cf976c8..868f760 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index c30e9cb..d50243d 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index 91d733a..e9cb2ba 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index 4e71733..3b14bad 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index 0731b0d..384cee7 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index 391d321..7bc1070 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 380acf7..db00132 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index 9ce43f8..7cb99b0 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index d5dfd9f..27593a6 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index 8aab274..a04de1a 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index 0b36ec1..9359aab 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index d0954d6..fee4cb0 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index a335257..5aac5b9 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index 0f04647..d249008 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index 35facb2..f2ee080 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index 0930791..9ff0ccf 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index 3901391..dacbf27 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index 96d0d8b..7ce0e4a 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index 1a24d0c..de5052a 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index 14c6554..cfadb11 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index 9153d04..fc7b983 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index 4919e74..9e2f8de 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index cfebc7c..0711a82 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index 508a653..20d20fb 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index 94a25a6..7c87bd4 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index d72bb24..72cbfe8 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index f5b07fc..9ffe7a8 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index a486449..d92467e 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index 019d602..9cd293b 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index 088a1d1..f5305f6 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index b2297cb..dca604b 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index c1b0557..9f2f11e 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index a799371..40febd9 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index b7e1baa..bf8d663 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index 69db754..0a9924d 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index 2639359..f8ff47f 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index a24d648..73e1aa1 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 91f5adc..0d82618 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index 8a4dba9..ad23460 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index ede61cf..ba9df66 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index 18a2f97..085f17e 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index c45e573..9ec0dc3 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index 19f611d..ae6ec77 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index d5254b4..a130b83 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index aa74606..29f67ac 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index b4e79e0..e05e364 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index 8cf44f3..2878c4d 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

 #    ***************************************************************************

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

 #    *    + Wanting to improve your FreeRTOS skills and productivity           *

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

+#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 #    *                                                                         *

 #    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 #    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index 53c2e38..b990369 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index b9ca1c7..a95b9ae 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index 9d6b57d..18c386f 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index ca17d9b..5d5f8ea 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index 5d5a45f..b102a98 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index f702ef4..f79c435 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index 55151ff..bcfa46a 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index 126eb5f..9ae8d6d 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index 0ef6009..3b46084 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 9cfcbbd..3d1da98 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index e48c7d7..4c94233 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index dfa06e3..301d979 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index 3c671dc..81ab353 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 60e02a0..fa41339 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 27e691d..d2b5878 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index ad0ae13..01e1f32 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -11,7 +11,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index ec65346..23c39dc 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index d603521..33c52d9 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 27e691d..d2b5878 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index 135939c..78876b4 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index 1696083..8c00520 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 642b2e3..7ab15bd 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index b9d25c4..ec82d35 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index 1306dae..7f52cec 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -11,7 +11,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index 9516a10..c764c1c 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 52eb466c..df3e919 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c
index f9e60d2..0acae19 100644
--- a/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c
index e9f7486..1d73575 100644
--- a/Demo/MB91460_Softune/SRC/main.c
+++ b/Demo/MB91460_Softune/SRC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c
index e00f20a..a6fa722 100644
--- a/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c
index ce39b81..34501ba 100644
--- a/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index 6f3f061..f2e2468 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 f9e60d2..0acae19 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index afc5dc7..63a1b7d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 4dbf004..b23d8f6 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 420ea3f..8680fff 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 22b3447..41b1c71 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index df51230..8be34bd 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index f4b8572..346bb63 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 7a3c307..d78a07d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index cc8ab11..c433b50 100644
--- a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index c0184bd..027b621 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h
index 4fff9fa..729ad19 100644
--- a/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c
index df2877e..c698e7e 100644
--- a/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c
index 256faf7..cdc21a1 100644
--- a/Demo/MicroBlaze/main.c
+++ b/Demo/MicroBlaze/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c
index 1349321..286e110 100644
--- a/Demo/MicroBlaze/serial/serial.c
+++ b/Demo/MicroBlaze/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 82fd5de..7a4aeaf 100644
--- a/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_78K0R_IAR/ButtonTask.c b/Demo/NEC_78K0R_IAR/ButtonTask.c
index a133ab3..5a063da 100644
--- a/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index e85479a..9d0f96f 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_78K0R_IAR/RegTest.s26 b/Demo/NEC_78K0R_IAR/RegTest.s26
index 3ee32cd..8b1b9a0 100644
--- a/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_78K0R_IAR/main.c b/Demo/NEC_78K0R_IAR/main.c
index 0e3b384..6f3d41f 100644
--- a/Demo/NEC_78K0R_IAR/main.c
+++ b/Demo/NEC_78K0R_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 7010ebc..0ffa531 100644
--- a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index 18846c5..72d85e2 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index 1996d19..10b7d6f 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index 2afdeb1..df5b690 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 b34032a..6c0ba1e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 5540d68..4604758 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index e5dde37..31580f0 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/main.c b/Demo/NEC_V850ES_IAR/main.c
index 1bdf8b6..da57f09 100644
--- a/Demo/NEC_V850ES_IAR/main.c
+++ b/Demo/NEC_V850ES_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NEC_V850ES_IAR/serial/serial.c b/Demo/NEC_V850ES_IAR/serial/serial.c
index 654876a..e6a9828 100644
--- a/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index 819aa9d..86d9f3c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
index 9b4e867..16940f6 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index 8f48fad..f5638e9 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index d26feac..91de7af 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h
index eed5f81..e4f09d4 100644
--- a/Demo/PC/FRConfig.h
+++ b/Demo/PC/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c
index 8435fc3..002ebf9 100644
--- a/Demo/PC/FileIO/fileIO.c
+++ b/Demo/PC/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h
index 763a362..d067c7e 100644
--- a/Demo/PC/FreeRTOSConfig.h
+++ b/Demo/PC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c
index 69dee1e..0c3e058 100644
--- a/Demo/PC/ParTest/ParTest.c
+++ b/Demo/PC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PC/main.c b/Demo/PC/main.c
index b557f7e..694ea8b 100644
--- a/Demo/PC/main.c
+++ b/Demo/PC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c
index 06b5e19..00be26b 100644
--- a/Demo/PC/serial/serial.c
+++ b/Demo/PC/serial/serial.c
@@ -6,7 +6,7 @@
 */

 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -17,7 +17,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index 3fe8e47..acda940 100644
--- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c
index 9f9447f..790d04c 100644
--- a/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c
index 73b00b1..80af200 100644
--- a/Demo/PIC18_MPLAB/main1.c
+++ b/Demo/PIC18_MPLAB/main1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c
index 70af973..9f91d2a 100644
--- a/Demo/PIC18_MPLAB/main2.c
+++ b/Demo/PIC18_MPLAB/main2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c
index 734e806..133ca65 100644
--- a/Demo/PIC18_MPLAB/main3.c
+++ b/Demo/PIC18_MPLAB/main3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c
index ddcdf4a..dd3264c 100644
--- a/Demo/PIC18_MPLAB/serial/serial.c
+++ b/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 9bdb495..f27068b 100644
--- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h
index c96534c..2c92c0f 100644
--- a/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c
index 5474d71..cda826f 100644
--- a/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c
index 7273845..9400163 100644
--- a/Demo/PIC18_WizC/Demo1/main.c
+++ b/Demo/PIC18_WizC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 8d7b7a5..9683ee6 100644
--- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 58d2bc7..0995c5e 100644
--- a/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c
index 82b29fe..9000a3b 100644
--- a/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c
index d871b1c..cf74972 100644
--- a/Demo/PIC18_WizC/Demo2/main.c
+++ b/Demo/PIC18_WizC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index baa121a..f15b9d6 100644
--- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 58d2bc7..0995c5e 100644
--- a/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c
index 82b29fe..9000a3b 100644
--- a/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c
index 867955a..1214ba0 100644
--- a/Demo/PIC18_WizC/Demo3/main.c
+++ b/Demo/PIC18_WizC/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index 13696ca..5d1ed43 100644
--- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 58d2bc7..0995c5e 100644
--- a/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c
index 82b29fe..9000a3b 100644
--- a/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c
index e621093..5ef19f3 100644
--- a/Demo/PIC18_WizC/Demo4/main.c
+++ b/Demo/PIC18_WizC/Demo4/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index ae44291..811501e 100644
--- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 58d2bc7..0995c5e 100644
--- a/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c
index 82b29fe..9000a3b 100644
--- a/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c
index 030a271..40c5315 100644
--- a/Demo/PIC18_WizC/Demo5/main.c
+++ b/Demo/PIC18_WizC/Demo5/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 0872e88..6a505cd 100644
--- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 58d2bc7..0995c5e 100644
--- a/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c
index 82b29fe..9000a3b 100644
--- a/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c
index ccb8faa..09d8fc8 100644
--- a/Demo/PIC18_WizC/Demo6/main.c
+++ b/Demo/PIC18_WizC/Demo6/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index 07329cc..2e91f4c 100644
--- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 58d2bc7..0995c5e 100644
--- a/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c
index 2f57c1a..79144cf 100644
--- a/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c
index 82b29fe..9000a3b 100644
--- a/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c
index a722ca2..608fba3 100644
--- a/Demo/PIC18_WizC/Demo7/main.c
+++ b/Demo/PIC18_WizC/Demo7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c
index bd1279b..812520f 100644
--- a/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c
index 1d40954..d29bcae 100644
--- a/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c
index f914acc..ea06363 100644
--- a/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c
index 7395961..72069ca 100644
--- a/Demo/PIC18_WizC/serial/serial.c
+++ b/Demo/PIC18_WizC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 1732e71..c9f079c 100644
--- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 48a3f60..4f1ae50 100644
--- a/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c
index 5d6b7b4..9f16f70 100644
--- a/Demo/PIC24_MPLAB/lcd.c
+++ b/Demo/PIC24_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h
index 1a2d926..77979c0 100644
--- a/Demo/PIC24_MPLAB/lcd.h
+++ b/Demo/PIC24_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c
index 934647f..5d3566c 100644
--- a/Demo/PIC24_MPLAB/main.c
+++ b/Demo/PIC24_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c
index 0dccb1a..068517a 100644
--- a/Demo/PIC24_MPLAB/serial/serial.c
+++ b/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c
index b8cb541..fd649ee 100644
--- a/Demo/PIC24_MPLAB/timertest.c
+++ b/Demo/PIC24_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h
index d8d56c8..642a96c 100644
--- a/Demo/PIC24_MPLAB/timertest.h
+++ b/Demo/PIC24_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index 708795f..d5390b5 100644
--- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index e1cd172..a8dd021 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 3b2df2a..0648740 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 36efec7..482bcc3 100644
--- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
index a1a4a9c..d5ea7fe 100644
--- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
+++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c
index cfaf00c..e872029 100644
--- a/Demo/PIC32MX_MPLAB/lcd.c
+++ b/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h
index 1a2d926..77979c0 100644
--- a/Demo/PIC32MX_MPLAB/lcd.h
+++ b/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c
index f408638..a303c1c 100644
--- a/Demo/PIC32MX_MPLAB/main.c
+++ b/Demo/PIC32MX_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c
index 56fe484..0ff90e9 100644
--- a/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c
index 36c1942..72f2267 100644
--- a/Demo/PIC32MX_MPLAB/timertest.c
+++ b/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h
index d8d56c8..642a96c 100644
--- a/Demo/PIC32MX_MPLAB/timertest.h
+++ b/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PIC32MX_MPLAB/timertest_isr.S b/Demo/PIC32MX_MPLAB/timertest_isr.S
index 10e0206..b1c2362 100644
--- a/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 622b22d..c93a802 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 7a7c51f..f6ef1e1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 51efb0d..621d0da 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 731689f..31a1f96 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index ab031ed..088f607 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 d9430f6..3e37f1d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 e20ca0a..85dcdb4 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index b9ca89b..006c3be 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 7a7c51f..f6ef1e1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 51efb0d..621d0da 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 731689f..31a1f96 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 99f0d81..3602577 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index d9430f6..3e37f1d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index e20ca0a..85dcdb4 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 6bccb46..08126f0 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 6c7bdd3..4b0ee15 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 51efb0d..621d0da 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 26fa2e5..9bbab1f 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 fb66db5..0d86232 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 c44b68c..e71234c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 870f4c9..0724dec 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 6bccb46..08126f0 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 eadef16..a12bd0c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 51efb0d..621d0da 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 520a27f..faa93b1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 07c0144..28b8503 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 c44b68c..e71234c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 870f4c9..0724dec 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 2fde6dd..dddffea 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 eadef16..a12bd0c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 51efb0d..621d0da 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 520a27f..faa93b1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 123a2f4..2dc17f4 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 1e50d8f..5450207 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 870f4c9..0724dec 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index b8e32de..dc54a38 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index e109f09..b9a2bec 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index cb20c43..54d7a70 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index d87f7b5..0c30340 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/SessionRX600_E1_E20_SYSTEM.ini b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/SessionRX600_E1_E20_SYSTEM.ini
new file mode 100644
index 0000000..f742d43
--- /dev/null
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/SessionRX600_E1_E20_SYSTEM.ini
@@ -0,0 +1,30 @@
+[Init_DeviceSetting]

+DebugMode=0

+PowerOut=0

+ResetRelease=0

+EmulatorSerial=

+McuGroup=RX62N Group

+Device=R5F562N8

+McuFileDir=RX62NGr

+SupplyVoltage=-1

+[Init_CommunicationClock]

+JtagClock=16.5

+JtagClockValue=10

+[Init_EmulatorSetting]

+FirstStartUp=0

+HideNext=0

+ConnectionDlgAutoClose=1

+[CFG_MCU]

+PrevDevice=R5F562N8

+ProcessorMode=0

+EXTAL=12.0000

+WorkRam=3000

+[CFG_SYSTEM]

+CpuReWrite=0

+PerfCounterUser=0

+TraceDebugAs=0

+[CFG_FLASHCLEAR_R5F562N8_00]

+BlockCount=54

+BlockData=000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

+[Config_Property]

+HideNext=0

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
index 95eac60..f154eec 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
index a5d94c5..d925af1 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
index 8a1ad0e..59d0a78 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
index 9502358..0b50859 100644
--- a/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index 4c8b37a..4859071 100644
--- a/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index 5025021..b2311a2 100644
--- a/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index 9bc6bd4..831df86 100644
--- a/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index 06caecd..fdaf559 100644
--- a/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index 4a08b34..0519bdd 100644
--- a/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h b/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/main-blinky.c b/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
index 064e9c7..3dd30a1 100644
--- a/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/main-full.c b/Demo/RX600_RX62N-RDK_IAR/main-full.c
index 9ab30c0..48f1e58 100644
--- a/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index 8a1ad0e..59d0a78 100644
--- a/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c b/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
index 5be4926..fc71355 100644
--- a/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 2bdafd0..d8372f5 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 4e278ab..8cc6d58 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index d25d68e..b09f455 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index 35285f0..6356763 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
index 6581521..f85305d 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
index bbe13b4..407f301 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
index e222db7..58caa51 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
index b728a15..bba35c9 100644
--- a/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
index c387902..98cae87 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index e109f09..b9a2bec 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index cb20c43..54d7a70 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index 11f4556..6024547 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/SessionRX600_E1_E20_SYSTEM.ini b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/SessionRX600_E1_E20_SYSTEM.ini
new file mode 100644
index 0000000..ae83e60
--- /dev/null
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/SessionRX600_E1_E20_SYSTEM.ini
@@ -0,0 +1,30 @@
+[Init_DeviceSetting]

+DebugMode=0

+PowerOut=0

+ResetRelease=0

+EmulatorSerial=E1:_9KM000237

+McuGroup=RX62N Group

+Device=R5F562N8

+McuFileDir=RX62NGr

+SupplyVoltage=-1

+[Init_CommunicationClock]

+JtagClock=16.5

+JtagClockValue=10

+[Init_EmulatorSetting]

+FirstStartUp=0

+HideNext=0

+ConnectionDlgAutoClose=1

+[CFG_MCU]

+PrevDevice=R5F562N8

+ProcessorMode=0

+EXTAL=12.0000

+WorkRam=3000

+[CFG_SYSTEM]

+CpuReWrite=0

+PerfCounterUser=0

+TraceDebugAs=0

+[CFG_FLASHCLEAR_R5F562N8_00]

+BlockCount=54

+BlockData=000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

+[Config_Property]

+HideNext=0

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
index 95eac60..f154eec 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
index a5d94c5..d925af1 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
index 476a3ab..b1f6f91 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
index 9502358..0b50859 100644
--- a/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index d118d5f..989df4a 100644
--- a/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index 5025021..b2311a2 100644
--- a/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index 9bc6bd4..831df86 100644
--- a/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index ebb99bf..6112433 100644
--- a/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index 4a08b34..0519bdd 100644
--- a/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h b/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/main-blinky.c b/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
index 04e6f92..128355a 100644
--- a/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/main-full.c b/Demo/RX600_RX62N-RSK_IAR/main-full.c
index abc1ae2..991d57e 100644
--- a/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index 0442eba..6ee495c 100644
--- a/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c b/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
index 5be4926..fc71355 100644
--- a/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 064f168..c7a4781 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 4e278ab..8cc6d58 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index d25d68e..b09f455 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index 11f4556..6024547 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index ce40d7e..f4b33dd 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
index 6581521..f85305d 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
index b31a866..1c05806 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
index 476a3ab..b1f6f91 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
index b728a15..bba35c9 100644
--- a/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index cc6a282..63f1f97 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
index f0c5d68..9c5e2ac 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index 8475254..fbaa2e0 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index 95c83ec..8c81388 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src b/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
index 7f22d71..e915c65 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
index 21e9b2e..3afe043 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
index f767a6f..19b5425 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
index 598901f..162aee7 100644
--- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
+++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index a880b56..9fcf4aa 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index ed6341b..a354821 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 1343cc6..560681b 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 5331972..788ac06 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

 #    ***************************************************************************

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

 #    *    + Wanting to improve your FreeRTOS skills and productivity           *

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

+#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 #    *                                                                         *

 #    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 #    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index a0c7815..6015db3 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 1720182..b64bd60 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 7908b0a..47808e2 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 2b34ad6..50c91e3 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 40c5ba7..46ed6f0 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index b1eb14e..07b8e92 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 93dc0b5..df999c9 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c
index df78591..9a45235 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index e3f438f..f08cd8e 100644
--- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 01b6c18..f4fe86f 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 4a0be40..04d07fa 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c
index 80bd8ef..a9ebef0 100644
--- a/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index 48e30f4..74c5126 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index b1e96cd..223ffe3 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 91250c1..f0a6217 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index a529fbf..239fe62 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index 1a2d926..77979c0 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index 934647f..5d3566c 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index 76d6f9f..edcb519 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index b8cb541..fd649ee 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index d8d56c8..642a96c 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 4436ef1..e0219d9 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 465eb6e..5a84f03 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index 0cffed8..7061ec1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 7987862..e80ff93 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

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 60a223b..c78ae2c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 1d5b00c..2764125 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index f72177a..321068d 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index 92f05e4..62d7999 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index b455e9e..d827575 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 45ca255..37ae894 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 87f339a..7a9bfce 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index 36b60ab..7dcf2a1 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c
index ef71abf..302172e 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 84c9dc4..c461c58 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

 #    ***************************************************************************

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

 #    *    + Wanting to improve your FreeRTOS skills and productivity           *

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

+#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 #    *                                                                         *

 #    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 #    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index e14c9b0..903f9d2 100644
--- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c
index e755f98..1a92b77 100644
--- a/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c
index a119081..e45faee 100644
--- a/Demo/msp430_CrossWorks/main.c
+++ b/Demo/msp430_CrossWorks/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c
index c13ef19..59605f1 100644
--- a/Demo/msp430_CrossWorks/serial/serial.c
+++ b/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_CrossWorks/serial/serialASM.asm b/Demo/msp430_CrossWorks/serial/serialASM.asm
index 5e6796d..508ae72 100644
--- a/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h
index 3b13ede..51d82de 100644
--- a/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c
index 9a786db..925fe04 100644
--- a/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c
index a43534a..7359688 100644
--- a/Demo/msp430_GCC/main.c
+++ b/Demo/msp430_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile
index 8de9e8d..3a45605 100644
--- a/Demo/msp430_GCC/makefile
+++ b/Demo/msp430_GCC/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+#    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 #

 #    ***************************************************************************

 #    *                                                                         *

@@ -10,7 +10,7 @@
 #    *    + Looking for basic training,                                        *

 #    *    + Wanting to improve your FreeRTOS skills and productivity           *

 #    *                                                                         *

-#    * then take a look at the FreeRTOS eBook                                  *

+#    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 #    *                                                                         *

 #    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 #    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c
index c860fc0..a972108 100644
--- a/Demo/msp430_GCC/serial/serial.c
+++ b/Demo/msp430_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_IAR/FreeRTOSConfig.h b/Demo/msp430_IAR/FreeRTOSConfig.h
index ef3cd6e..d39f6c7 100644
--- a/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_IAR/ParTest/ParTest.c b/Demo/msp430_IAR/ParTest/ParTest.c
index 2a37140..7a8badd 100644
--- a/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_IAR/main.c b/Demo/msp430_IAR/main.c
index 7735d3f..e25f903 100644
--- a/Demo/msp430_IAR/main.c
+++ b/Demo/msp430_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_IAR/serial/serial.c b/Demo/msp430_IAR/serial/serial.c
index ad521e7..3de4b46 100644
--- a/Demo/msp430_IAR/serial/serial.c
+++ b/Demo/msp430_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/msp430_IAR/serial/serialASM.s43 b/Demo/msp430_IAR/serial/serialASM.s43
index 1d23c48..efefa96 100644
--- a/Demo/msp430_IAR/serial/serialASM.s43
+++ b/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 953e5b1..86c1cea 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index 72c5628..a3c50c5 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 9c1cb82..835bd18 100644
--- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index a101b19..9f2867b 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c
index 4def013..98b94a2 100644
--- a/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 6dae8cf..e5e2128 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c
index b9be568..adbe7f5 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/croutine.c b/Source/croutine.c
index 7a760a6..c898cb1 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 0ad67f4..a5b8bd8 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 579ec76..3387d3e 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index ee7ae19..1e9c46d 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/list.h b/Source/include/list.h
index 37abe55..9024501 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h
index ffa202d..8e3a331 100644
--- a/Source/include/mpu_wrappers.h
+++ b/Source/include/mpu_wrappers.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/portable.h b/Source/include/portable.h
index 7b1db75..3608e6b 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index de2ec23..01b5eb5 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 4d35716..7cc021c 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 28b2ab1..842ee5d 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/include/task.h b/Source/include/task.h
index 6b88268..84673aa 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

@@ -72,7 +72,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V6.0.5"

+#define tskKERNEL_VERSION_NUMBER "V6.1.0"

 

 /**

  * task. h

diff --git a/Source/list.c b/Source/list.c
index dcf8263..0b1002a 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index d1ee474..4d238ba 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index dc98eea..747a146 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index d0ac132..12846a1 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 0002a47..7e41ef7 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 855af80..6fb2279 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 8ba59f4..4b0e08e 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 1541a48..0d21020 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index 11bbcd4..b0bd678 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index b72d6d4..9b9dacc 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 237448a..18e8b9d 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 9d1e457..3cefa9d 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index f028e29..be05423 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 89199dd..7c0ea55 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index 59ba39f..089178d 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 5abc385..3d9477a 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index eac9af8..65d1ba5 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 590240f..6d47828 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 2f456b4..b7bbcab 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index b606174..f057203 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 4727cda..4f961a8 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 0ce8f13..422463a 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 950f751..179e61b 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index c76176b..a921b60 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index 9d27d0d..da3a3c1 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 6626914..ca67d05 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index ea94c40..062a0a2 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index ddb697d..6f35e6d 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index ba44a0d..7c9c2ff 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c
index 984788c..e082d70 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index c6c3a95..ae6fc66 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 08c1b74..2ed5469 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 24d1f44..a1e56af 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 9f49e4b..dc55a71 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -24,7 +24,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index e7ecb2d..6815378 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -24,7 +24,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/CORTUS_APS3/port.c b/Source/portable/GCC/CORTUS_APS3/port.c
index 42f87c0..24aadd5 100644
--- a/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/CORTUS_APS3/portmacro.h b/Source/portable/GCC/CORTUS_APS3/portmacro.h
index dfb73ca..01c1b3d 100644
--- a/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index a3ea5f0..e0a2acf 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 1e6e123..7e340c4 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index 68aacc4..b7f9d27 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index 88ddb11..3f0312d 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index c978337..fa738d1 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 4072336..d9aba4b 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 837a551..6579592 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index ebbaa1e..c49ec57 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index c91e063..5a75494 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index d28fc9b..f89f174 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index a6c0d02..7212f05 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index b472206..2c85b94 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index 4f6a270..86ec86f 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index 29fc276..9567944 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 611c8cb..c1b6a3e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index 3f20b3b..3270e36 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index b177141..9c70819 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 743a4ab..9704a7f 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 611c8cb..c1b6a3e 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index aa8dda1..e7c6684 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index b177141..9c70819 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 743a4ab..9704a7f 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/RX600/port.c b/Source/portable/GCC/RX600/port.c
index 5ff53c1..dd8f5f8 100644
--- a/Source/portable/GCC/RX600/port.c
+++ b/Source/portable/GCC/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/RX600/portmacro.h b/Source/portable/GCC/RX600/portmacro.h
index 1910923..38abb95 100644
--- a/Source/portable/GCC/RX600/portmacro.h
+++ b/Source/portable/GCC/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 65fd475..123abea 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 6aa0460..7998a3a 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 475b2d1..814e263 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 8f436a2..ce7c400 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 99dc6db..d3d2ad4 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index f03198e..795235e 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index a785079..ff7d0e1 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 0aba433..867b043 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index c9ef8c0..1c81b3f 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index e13f88c..87329d3 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index 2c73149..b2331a1 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 9fcc4b8..a022f65 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 4058653..3bdcc15 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index b85cf17..9e2b6e7 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -24,7 +24,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index 31df1b2..a5f44cd 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -24,7 +24,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 007f798..9a9d90a 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index d998798..62f8785 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index 1e69dca..1b88396 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index eaf67ba..0bd3172 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 3ba56e9..a4688e3 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 5fbfdb5..bc0fce6 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index 8176c9d..35bc30f 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index ca43b51..59cd2b3 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index 4ec5427..6ccc131 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 26e5062..8ebf23e 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/RX600/port.c b/Source/portable/IAR/RX600/port.c
index 8345353..b30da48 100644
--- a/Source/portable/IAR/RX600/port.c
+++ b/Source/portable/IAR/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/RX600/port_asm.s b/Source/portable/IAR/RX600/port_asm.s
index fd44721..1f7366a 100644
--- a/Source/portable/IAR/RX600/port_asm.s
+++ b/Source/portable/IAR/RX600/port_asm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/RX600/portmacro.h b/Source/portable/IAR/RX600/portmacro.h
index a8444df..390e8bf 100644
--- a/Source/portable/IAR/RX600/portmacro.h
+++ b/Source/portable/IAR/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 99829fd..983ed7d 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 6a7900c..e322b94 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index 6b83228..eff487d 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index a926f4d..aa5e0b0 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 3955ac1..d60735e 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index b64cd28..d9d7507 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index b1b043b..676e2cf 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index d387665..743e484 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 0850ee2..f3f5212 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index dee8ee6..fc8b167 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index ca34026..26e8988 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index b88a4f3..5ffccec 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 3a782cd..d0e0e73 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index fd51807..939629b 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 1993d6a..6783668 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index b186fd9..b57b8c3 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index b8999df..777695f 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index 1fb8dd9..c7323fb 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index fb19e58..6b922db 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index cfc22dc..283f30c 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 4d75699..9e5e3ec 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 12eaaa7..bda1bfa 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index d23777c..a4b6103 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 6980a64..2306534 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index 00b8b87..d6205a0 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 16d7307..69803ea 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 9ebbef2..b012032 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index b68b73a..fbb8755 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index dddd418..a31d52e 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 3cf3068..6904091 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index 1af6db5..405af5a 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index a6afc37..1b4cd39 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 73b5bc8..4915e03 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index bc71581..49bcc57 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 06ea9e7..cca5654 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 2f6b6c8..0bb495d 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index e16721e..e5149ce 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 5fb843e..4eb31a9 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 35bb265..15714c6 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index bf9271b..0288b76 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 756f164..d783e40 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Renesas/RX600/port.c b/Source/portable/Renesas/RX600/port.c
index bc063ad..9879e2f 100644
--- a/Source/portable/Renesas/RX600/port.c
+++ b/Source/portable/Renesas/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Renesas/RX600/portmacro.h b/Source/portable/Renesas/RX600/portmacro.h
index 8919e06..5e94bb8 100644
--- a/Source/portable/Renesas/RX600/portmacro.h
+++ b/Source/portable/Renesas/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Renesas/SH2A_FPU/port.c b/Source/portable/Renesas/SH2A_FPU/port.c
index f5b2e28..12bf942 100644
--- a/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Renesas/SH2A_FPU/portasm.src b/Source/portable/Renesas/SH2A_FPU/portasm.src
index b9fdf64..eb1f361 100644
--- a/Source/portable/Renesas/SH2A_FPU/portasm.src
+++ b/Source/portable/Renesas/SH2A_FPU/portasm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

@@ -10,7 +10,7 @@
 ;    *    + Looking for basic training,                                        *

 ;    *    + Wanting to improve your FreeRTOS skills and productivity           *

 ;    *                                                                         *

-;    * then take a look at the FreeRTOS eBook                                  *

+;    * then take a look at the FreeRTOS books - available as PDF or paperback  *

 ;    *                                                                         *

 ;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

 ;    *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Renesas/SH2A_FPU/portmacro.h b/Source/portable/Renesas/SH2A_FPU/portmacro.h
index ca127ac..4aa3757 100644
--- a/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index fd54f6c..a3405e1 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index beedf69..ef7e8a3 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 4c6ee2b..b88d4aa 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index dac01ee..bc04005 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 617d81a..040aceb 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 806d5a6..0be720c 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index fcdfc5e..a62af33 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 8cab9f8..451aaec 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 3abb37b..4277dcb 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index f7303e3..972a582 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index ca61c5b..742f4ba 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index fcca6d4..3799aac 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.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 6c2f1ff..63c9243 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index f7ab62e..b19ed4b 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 3984e2d..292d3bc 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 66707d5..54e889a 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index c69fbc1..044af25 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 78d3a6f..a3b618d 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index de018b3..3e82056 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index e2aebe6..9f12e1a 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index e8113a6..efd0171 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/queue.c b/Source/queue.c
index b389d08..17e37cf 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *

diff --git a/Source/tasks.c b/Source/tasks.c
index 12022b6..fafd9ce 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *

     *    + Wanting to improve your FreeRTOS skills and productivity           *

     *                                                                         *

-    * then take a look at the FreeRTOS eBook                                  *

+    * then take a look at the FreeRTOS books - available as PDF or paperback  *

     *                                                                         *

     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

     *                  http://www.FreeRTOS.org/Documentation                  *