Update version number.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 73de55b..db01b96 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index 16828b6..d371944 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index d54ad70..757fe1f 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index f468cd2..3e3b06e 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 3d2c828..422acb7 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 1567ab1..7c106bf 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 7945325..a11a9b2 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index abba775..20a650b 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index c03ff78..79a885f 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 9b77dc1..75d1b42 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 0758f25..7eee894 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 366ed84..0d3a202 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index 12a1d5d..e95b8fb 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index 020fd0f..c3f08ab 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index dd47aaa..2cbb8f3 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index aa282ed..6ed6a09 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index c40addb..b508352 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index dcd175b..136afea 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index e86c772..46addaa 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index 24988f6..a26260e 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 1dd9355..87fc401 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index 0ec3f6e..0627835 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 2e90fba..721a5ab 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 1339485..979875e 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 0b1438d..dff4436 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index 925c327..bd16053 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 0ab732d..68c2603 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 2c071c4..d171e46 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 4a685ab..7aceaf8 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 6d020b5..0deae03 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index b17c011..f4633a1 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-;	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 779eb34..978afe2 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index 9e744d9..f8ef923 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index 99ce751..1562bc5 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 19fd317..6d27f55 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 5bc8b4c..f8ccbeb 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 7197d30..c25bfa3 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 99ce751..1562bc5 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index 31a280e..85498b4 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 69dadf9..834d8e5 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 7ecedea..eb2251d 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 60e12df..d4ee529 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index 151f2bb..b08e8e7 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index 8ee58e0..6097af5 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index 77a85e2..6b5017c 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index 9db1b56..916204b 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c
index 824d40f..b4de066 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 5434f5e..1e10725 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index 77a85e2..6b5017c 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 42901ff..36aaf39 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index 1912bac..01a663a 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index b979e7b..7623b45 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 36a64bc..c87c571 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index c9c8376..fe2133e 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 16e7cd4..c7857e1 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 2898ef3..2178320 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index 7f69465..a32f293 100644
--- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index 15155cc..fb3800a 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index 025daf7..bb00b46 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,6 +1,6 @@
 

 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index ce2e31e..1eecce7 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index 4c44384..1f91a39 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index e46887f..0a2b58e 100644
--- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index 0267988..320168f 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,7 +30,7 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index 9ab007f..c846b0e 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 7634cbb..893cdf4 100644
--- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index 68504b3..c66fb77 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index 2f4e500..afa7ffc 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index e048dd1..1f0dffe 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index 6f5eb59..c75005c 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 3c45665..75fcdfc 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index 009f889..155e266 100644
--- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index 19b26eb..91c5ad7 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index 89b75f6..caff5eb 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index e048dd1..1f0dffe 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index e028d33..b1d81aa 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index fa07b20..4921afc 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index ef3b8e7..6d1a457 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index d200da5..f8fcd58 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 354a535..9124758 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 6a6b338..4b5c5f4 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index f7da201..6e7ed9c 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 34a8c2d..02d22fd 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index cad96f0..c42a7e9 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index 5265976..02f0190 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 354a535..9124758 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index 6a6b338..4b5c5f4 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index 7aa8341..8c57526 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 4b656b7..6e32319 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index cad96f0..c42a7e9 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index c9addc1..c05c132 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 34a8c2d..02d22fd 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 5743bf2..3756139 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index 2a061cd..2209655 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index d6babf5..9a2c548 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 7de1f44..0540b4d 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index cad96f0..c42a7e9 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index 6b14490..3332cf1 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 63436f0..4d2eecc 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 7ac22b6..7c189e6 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 484f21d..6ad37c2 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index e68bf56..5560119 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index c604919..bd9ad34 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index cceaf67..22ad8e4 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index f5dc978..4710148 100644
--- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index c217ad0..5d1d69f 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 2f943a8..d658b0d 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 2469bc3..73005d9 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index fedfdb4..785cfff 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index fb9ebc2..06c7beb 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 92b6797..bc917d0 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index f326212..fdad783 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 4ebedf5..4206316 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 2469bc3..73005d9 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index fedfdb4..785cfff 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index fb9ebc2..06c7beb 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index f9471b9..ec563cc 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index f3685c7..7d06281 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index 7446519..9298b00 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index 74b7a2a..e5d14cd 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1766_GCC_RedSuite/FreeRTOSConfig.h b/Demo/CORTEX_LPC1766_GCC_RedSuite/FreeRTOSConfig.h
index 5286cfc..c91eddc 100644
--- a/Demo/CORTEX_LPC1766_GCC_RedSuite/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1766_GCC_RedSuite/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.c b/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.c
index 2612bf7..6c6afaf 100644
--- a/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.c
+++ b/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.h b/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.h
index a4c6d8f..dc4fdd6 100644
--- a/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.h
+++ b/Demo/CORTEX_LPC1766_GCC_RedSuite/LED.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1766_GCC_RedSuite/Makefile b/Demo/CORTEX_LPC1766_GCC_RedSuite/Makefile
index 3fbf3a2..1ddb620 100644
--- a/Demo/CORTEX_LPC1766_GCC_RedSuite/Makefile
+++ b/Demo/CORTEX_LPC1766_GCC_RedSuite/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

diff --git a/Demo/CORTEX_LPC1766_GCC_RedSuite/main.c b/Demo/CORTEX_LPC1766_GCC_RedSuite/main.c
index 813f7f2..dde1189 100644
--- a/Demo/CORTEX_LPC1766_GCC_RedSuite/main.c
+++ b/Demo/CORTEX_LPC1766_GCC_RedSuite/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1766_GCC_RedSuite/webserver/uIP_Task.c b/Demo/CORTEX_LPC1766_GCC_RedSuite/webserver/uIP_Task.c
index 2932ea8..60780c2 100644
--- a/Demo/CORTEX_LPC1766_GCC_RedSuite/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1766_GCC_RedSuite/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

@@ -72,7 +72,7 @@
 #define configCPU_CLOCK_HZ			( ( unsigned portLONG ) 64000000 )

 #define configTICK_RATE_HZ			( ( portTickType ) 1000 )

 #define configMINIMAL_STACK_SIZE	( ( unsigned portSHORT ) 80 )

-#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 19 * 1024 ) )

+#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 1 * 1024 ) )

 #define configMAX_TASK_NAME_LEN		( 12 )

 #define configUSE_TRACE_FACILITY	1

 #define configUSE_16_BIT_TICKS		0

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index a4c6d8f..dc4fdd6 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzp b/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzp
index 644e120..1da3ae6 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzp
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzp
@@ -1,9 +1,9 @@
 <!DOCTYPE CrossStudio_Project_File>
 <solution Name="RTOSDemo" version="2">
   <project Name="RTOSDemo">
-    <configuration Name="Common" Target="LPC1768" arm_architecture="v7M" arm_core_type="Cortex-M3" arm_linker_heap_size="128" arm_linker_process_stack_size="0" arm_linker_stack_size="128" arm_simulator_memory_simulation_filename="$(TargetsDir)/LPC1000/LPC1000SimulatorMemory.dll" arm_simulator_memory_simulation_parameter="0x80000;0x8000;0x8000" arm_target_debug_interface_type="ADIv5" arm_target_loader_parameter="12000000" c_preprocessor_definitions="PACK_STRUCT_END=__attribute((packed));ALIGN_STRUCT_END=__attribute((aligned(4)))" c_user_include_directories="$(TargetsDir)/LPC1000/include;../../Source/include;../Common/include;../../Source/portable/GCC/ARM_CM3;../Common/ethernet/uIP/uip-1.0/uip;.;./webserver" link_include_startup_code="No" linker_additional_files="$(TargetsDir)/LPC1000/lib/liblpc1000$(LibExt)$(LIB);$(TargetsDir)/LPC1000/lib/cmsis$(LibExt)$(LIB)" linker_memory_map_file="$(TargetsDir)/LPC1000/LPC1768_MemoryMap.xml" linker_printf_fmt_level="int" linker_printf_width_precision_supported="No" oscillator_frequency="12MHz" project_directory="" project_type="Executable" property_groups_file_path="$(TargetsDir)/LPC1000/propertyGroups.xml"/>
+    <configuration Name="Common" Target="LPC1768" arm_architecture="v7M" arm_core_type="Cortex-M3" arm_linker_heap_size="128" arm_linker_process_stack_size="0" arm_linker_stack_size="128" arm_simulator_memory_simulation_filename="$(TargetsDir)/LPC1000/LPC1000SimulatorMemory.dll" arm_simulator_memory_simulation_parameter="0x80000;0x8000;0x8000" arm_target_debug_interface_type="ADIv5" arm_target_loader_parameter="12000000" c_preprocessor_definitions="PACK_STRUCT_END=__attribute((packed));ALIGN_STRUCT_END=__attribute((aligned(4)))" c_user_include_directories="$(TargetsDir)/LPC1000/include;../../Source/include;../Common/include;../../Source/portable/GCC/ARM_CM3;../Common/ethernet/uIP/uip-1.0/uip;.;./webserver;./USBHost;./FatFS" link_include_startup_code="No" linker_additional_files="$(TargetsDir)/LPC1000/lib/liblpc1000$(LibExt)$(LIB);$(TargetsDir)/LPC1000/lib/cmsis$(LibExt)$(LIB)" linker_memory_map_file="$(TargetsDir)/LPC1000/LPC1768_MemoryMap.xml" linker_printf_fmt_level="int" linker_printf_width_precision_supported="No" linker_section_placement_file="$(ProjectDir)/flash_placement.xml" oscillator_frequency="12MHz" project_directory="" project_type="Executable" property_groups_file_path="$(TargetsDir)/LPC1000/propertyGroups.xml"/>
     <configuration Name="RAM" Placement="RAM" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/ram_placement.xml" target_reset_script="SRAMReset()"/>
-    <configuration Name="Flash" Placement="Flash" arm_target_flash_loader_file_path="$(TargetsDir)/LPC1000/Release/Loader_rpc.elf" arm_target_flash_loader_type="LIBMEM RPC Loader" linker_patch_build_command="$(StudioDir)/bin/crossscript &quot;load(\&quot;$(TargetsDir)/LPC1000/LPC1000_LinkPatch.js\&quot;);patch(\&quot;$(TargetPath)\&quot;);&quot;" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml" target_reset_script="FLASHReset()"/>
+    <configuration Name="Flash" Placement="Flash" arm_target_flash_loader_file_path="$(TargetsDir)/LPC1000/Release/Loader_rpc.elf" arm_target_flash_loader_type="LIBMEM RPC Loader" linker_patch_build_command="$(StudioDir)/bin/crossscript &quot;load(\&quot;$(TargetsDir)/LPC1000/LPC1000_LinkPatch.js\&quot;);patch(\&quot;$(TargetPath)\&quot;);&quot;" linker_section_placement_file="$(ProjectDir)/flash_placement.xml" target_reset_script="FLASHReset()"/>
     <folder Name="Source Files">
       <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc"/>
       <folder Name="FreeRTOS">
@@ -41,6 +41,18 @@
       </folder>
       <file file_name="ParTest.c"/>
       <file file_name="printf-stdarg.c"/>
+      <folder Name="USBHost">
+        <file file_name="UsbHost/usbhost_ms.c"/>
+        <file file_name="UsbHost/usbhost_lpc1768.c"/>
+      </folder>
+      <folder Name="FatFS">
+        <file file_name="FatFS/comm.c"/>
+        <file file_name="FatFS/diskio.c"/>
+        <file file_name="FatFS/ff.c"/>
+        <file file_name="FatFS/mci.c"/>
+        <file file_name="FatFS/monitor.c"/>
+        <file file_name="FatFS/rtc.c"/>
+      </folder>
     </folder>
     <folder Name="System Files">
       <file file_name="$(StudioDir)/source/thumb_crt0.s"/>
diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzs b/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzs
index bb73946..7e9ceb2 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzs
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzs
@@ -18,6 +18,9 @@
  <Project>
   <ProjectSessionItem path="RTOSDemo" name="unnamed" />
   <ProjectSessionItem path="RTOSDemo;RTOSDemo" name="unnamed" />
+  <ProjectSessionItem path="RTOSDemo;RTOSDemo;Source Files" name="unnamed" />
+  <ProjectSessionItem path="RTOSDemo;RTOSDemo;Source Files;USBHost" name="unnamed" />
+  <ProjectSessionItem path="RTOSDemo;RTOSDemo;System Files" name="unnamed" />
  </Project>
  <Register1>
   <RegisterWindow openNodes="CPU;CPU/xPSR;CPU/CFBP;CPU/CFBP/CONTROL[0];CPU/CFBP/CONTROL[1]" binaryNodes="" unsignedNodes="" visibleGroups="CPU" decimalNodes="" octalNodes="" asciiNodes="" />
@@ -48,7 +51,8 @@
   <Watches active="0" update="Never" />
  </Watch4>
  <Files>
-  <SessionOpenFile useTextEdit="1" useBinaryEdit="0" codecName="Latin1" x="28" debugPath="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\main.c" y="15" path="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\main.c" left="0" selected="1" name="unnamed" top="10" />
+  <SessionOpenFile useTextEdit="1" useBinaryEdit="0" codecName="Latin1" x="54" debugPath="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\flash_placement.xml" y="22" path="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\flash_placement.xml" left="0" selected="1" name="unnamed" top="0" />
+  <SessionOpenFile useTextEdit="1" useBinaryEdit="0" codecName="Latin1" x="0" debugPath="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\UsbHost\usbhost_ms.c" y="451" path="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\UsbHost\usbhost_ms.c" left="0" selected="0" name="unnamed" top="436" />
  </Files>
- <ARMCrossStudioWindow activeProject="RTOSDemo" autoConnectTarget="Amontec JTAGkey" debugSearchFileMap="" fileDialogInitialDirectory="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley\webserver" fileDialogDefaultFilter="*.*" autoConnectCapabilities="388991" debugSearchPath="" buildConfiguration="THUMB Flash Debug" />
+ <ARMCrossStudioWindow activeProject="RTOSDemo" autoConnectTarget="Amontec JTAGkey" debugSearchFileMap="" fileDialogInitialDirectory="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\CORTEX_LPC1768_GCC_Rowley" fileDialogDefaultFilter="*.*" autoConnectCapabilities="388991" debugSearchPath="" buildConfiguration="THUMB Flash Debug" />
 </session>
diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 3414ee2..7294f97 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

@@ -109,6 +109,13 @@
 #include "QPeek.h"

 #include "recmutex.h"

 

+

+#if 0

+

+

+

+

+

 /*-----------------------------------------------------------*/

 

 /* The number of LED tasks that will be created. */

@@ -398,3 +405,609 @@
 }

 /*-----------------------------------------------------------*/

 

+#else

+

+

+

+

+

+/*----------------------------------------------------------------------*/

+/* FAT file system sample project for FatFs R0.06  (C)ChaN, 2008        */

+/*----------------------------------------------------------------------*/

+

+

+#include <string.h>

+#include "LPC17xx.h"

+#include "integer.h"

+//#include "interrupt.h"

+#include "comm.h"

+#include "monitor.h"

+#include "rtc.h"

+#include "diskio.h"

+#include "ff.h"

+

+#include "ctl_api.h"

+

+#include "usbhost_lpc1768.h"

+

+DWORD acc_size;				/* Work register for fs command */

+WORD acc_files, acc_dirs;

+FILINFO finfo;

+

+char linebuf[120];			/* Console input buffer */

+

+FATFS fatfs[_DRIVES];		/* File system object for each logical drive */

+FIL file1, file2;			/* File objects */

+DIR dir;					/* Directory object */

+BYTE Buff[16384] __attribute__ ((aligned (4))) ;		/* Working buffer */

+

+volatile UINT Timer;		/* Performance timer (1kHz increment) */

+

+

+

+/*---------------------------------------------------------*/

+/* 1000Hz timer interrupt generated by TIMER0              */

+/*---------------------------------------------------------*/

+

+void Isr_TIMER0 (void)

+{

+	T0IR = 1;			/* Clear irq flag */

+

+	Timer++;

+   MMC_TimerProc();

+}

+

+

+

+/*---------------------------------------------------------*/

+/* User Provided Timer Function for FatFs module           */

+/*---------------------------------------------------------*/

+/* This is a real time clock service to be called from     */

+/* FatFs module. Any valid time must be returned even if   */

+/* the system does not support a real time clock.          */

+/* This is not required in read-only configuration.        */

+

+

+DWORD get_fattime ()

+{

+	RTC rtc;

+

+	rtc_gettime(&rtc);

+

+	return	        ((DWORD)(rtc.year) << 25)

+			| ((DWORD)rtc.month << 21)

+			| ((DWORD)rtc.mday << 16)

+			| ((DWORD)rtc.hour << 11)

+			| ((DWORD)rtc.min << 5)

+			| ((DWORD)rtc.sec >> 1);

+}

+

+

+/*--------------------------------------------------------------------------*/

+/* Monitor                                                                  */

+/*--------------------------------------------------------------------------*/

+

+static

+FRESULT scan_files (char* path)

+{

+	DIR dirs;

+	FRESULT res;

+	BYTE i;

+

+

+	if ((res = f_opendir(&dirs, path)) == FR_OK) {

+		i = strlen(path);

+		while (((res = f_readdir(&dirs, &finfo)) == FR_OK) && finfo.fname[0]) {

+			if (finfo.fattrib & AM_DIR) {

+				acc_dirs++;

+				*(path+i) = '/'; strcpy(path+i+1, &finfo.fname[0]);

+				res = scan_files(path);

+				*(path+i) = '\0';

+				if (res != FR_OK) break;

+			} else {

+				acc_files++;

+				acc_size += finfo.fsize;

+			}

+		}

+	}

+

+	return res;

+}

+

+

+

+static

+void put_rc (FRESULT rc)

+{

+	const char *p;

+	static const char str[] =

+		"OK\0" "NOT_READY\0" "NO_FILE\0" "FR_NO_PATH\0" "INVALID_NAME\0" "INVALID_DRIVE\0"

+		"DENIED\0" "EXIST\0" "RW_ERROR\0" "WRITE_PROTECTED\0" "NOT_ENABLED\0"

+		"NO_FILESYSTEM\0" "INVALID_OBJECT\0" "MKFS_ABORTED\0";

+	FRESULT i;

+

+	for (p = str, i = 0; i != rc && *p; i++) {

+		while(*p++);

+	}

+	xprintf("rc=%u FR_%s\n", (UINT)rc, p);

+}

+

+

+

+static

+void IoInit (void)

+{

+#define PLL_N		1UL

+#define PLL_M		12UL

+#define CCLK_DIV	4   // 288MHz / 4 = 72MHz

+#define USBCLK_DIV      6   // 288MHz / 6 = 48MHz

+

+//_RB_	if ( PLLSTAT & (1 << 25) ) {

+//_RB_		PLLCON = 1;				/* Disconnect PLL output if PLL is in use */

+//_RB_		PLLFEED = 0xAA; PLLFEED = 0x55;

+//_RB_	}

+//_RB_	PLLCON = 0;				/* Disable PLL */

+//_RB_	PLLFEED = 0xAA; PLLFEED = 0x55;

+	CLKSRCSEL = 0;			/* Select IRC (4MHz) as the PLL clock source */

+

+   SCS |= 0x20;			/* Enable main OSC */

+   while( !(SCS & 0x40) );	/* Wait until main OSC is usable */

+   CLKSRCSEL = 0x1;		/* select main OSC, 12MHz, as the PLL clock source */

+

+//_RB_	PLLCFG = ((PLL_N - 1) << 16) | (PLL_M - 1);	/* Re-configure PLL */

+//_RB_	PLLFEED = 0xAA; PLLFEED = 0x55;

+//_RB_	PLLCON = 1;				/* Enable PLL */

+//_RB_	PLLFEED = 0xAA; PLLFEED = 0x55;

+

+//_RB_	while ((PLLSTAT & (1 << 26)) == 0);	/* Wait for PLL locked */

+

+	CCLKCFG = CCLK_DIV-1;	/* Select CCLK frequency (divide ratio of hclk) */

+   USBCLKCFG = USBCLK_DIV-1;		/* usbclk = 288 MHz/6 = 48 MHz */

+//_RB_   PLLCON = 3;				/* Connect PLL output to the sysclk */

+//_RB_	PLLFEED = 0xAA; PLLFEED = 0x55;

+

+//_RB_	MAMCR = 0;				/* Configure MAM for 72MHz operation */

+//_RB_	MAMTIM = 3;

+//_RB_	MAMCR = 2;

+

+	PCLKSEL0 = 0x00000000;	/* Initialize peripheral clock to default */

+	PCLKSEL1 = 0x00000000;

+

+//	ClearVector();			/* Initialie VIC */

+

+	SCS |= 1;				/* Enable FIO0 and FIO1 */

+

+   FIO1DIR = (1<<26);                      /* Disable Piezo */

+	FIO2CLR = (1<<26);

+

+	FIO2DIR = (1<<30);                      /* Heartbeat LED output */

+	FIO2CLR = (1<<30);

+

+	/* Initialize Timer0 as 1kHz interval timer */

+//	RegisterVector(TIMER0_INT, Isr_TIMER0, PRI_LOWEST, CLASS_IRQ);

+//_RB_   ctl_set_isr(TIMER0_INT, PRI_LOWEST, CTL_ISR_TRIGGER_FIXED, Isr_TIMER0, 0);

+//_RB_   ctl_unmask_isr(TIMER0_INT);

+

+   T0CTCR = 0;

+	T0MR0 = 18000 - 1;		/* 18M / 1k = 18000 */

+	T0MCR = 0x3;			/* Clear TC and Interrupt on MR0 match */

+	T0TCR = 1;

+

+	uart0_init();			/* Initialize UART0 */

+

+//	IrqEnable();			/* Enable Irq */

+   ctl_global_interrupts_enable();

+}

+

+

+

+int main (void)

+{

+	char *ptr, *ptr2;

+	long p1, p2, p3;

+	BYTE res, b1;

+	WORD w1;

+	UINT s1, s2, cnt, blen = sizeof(Buff);

+	DWORD ofs = 0, sect = 0;

+	FATFS *fs;				/* Pointer to file system object */

+	RTC rtc;

+

+   BYTE ActiveDisk = 0;

+

+   USB_INT32S  rc;

+

+	IoInit();

+   Host_Init();

+

+	xputs("\nFatFs module test monitor for LPC2468\n");

+   xputc('>');

+   ptr = linebuf;

+

+	for (;;) {

+      if (ConnectedDeviceState == DEVICE_CONNECTED) {

+         ConnectedDeviceState = DEVICE_CLEAR;

+         xprintf("USB Mass Storage device detected\n");

+         rc = Host_EnumDev();       // Enumerate the device connected

+

+         if (rc == OK) {

+            xprintf("USB device enumerated\n");

+         }

+         xputc('>');

+      }

+      else if (ConnectedDeviceState == DEVICE_DISCONNECTED) {

+         ConnectedDeviceState = DEVICE_CLEAR;

+         Host_Init();         // FreeDevice();

+         xprintf("Device Disconnected\n");

+         xputc('>');

+      }

+

+		if (get_line(ptr, sizeof(linebuf)) == '\r') {

+         switch (*ptr++) {

+

+         case 'm' :

+            switch (*ptr++) {

+            case 'd' :	/* md <address> [<count>] - Dump memory */

+               if (!xatoi(&ptr, &p1)) break;

+               if (!xatoi(&ptr, &p2)) p2 = 128;

+               for (ptr=(char*)p1; p2 >= 16; ptr += 16, p2 -= 16) {

+                  put_dump((BYTE*)ptr, (UINT)ptr, 16);

+               }

+               if (p2) put_dump((BYTE*)ptr, (UINT)ptr, p2);

+               break;

+            }

+            break;

+

+         case 'd' :

+            switch (*ptr++) {

+            case 'a' :  /* da [#] - select active disk */

+               if (xatoi(&ptr, &p1)) {

+                  ActiveDisk = (BYTE)p1;

+               }

+               ActiveDisk = VerifyActiveDisk(ActiveDisk);

+               break;

+

+            case 'd' :	/* dd [<lba>] - Dump secrtor */

+               if (!xatoi(&ptr, &p2)) p2 = sect;

+               res = disk_read(ActiveDisk, Buff, p2, 1);

+//               res = disk_read(ActiveDisk, gUsbXferBuffer, p2, 1);

+               if (res) { xprintf("rc=%d\n", (WORD)res); break; }

+               sect = p2 + 1;

+               xprintf("Sector:%lu\n", p2);

+               for (ptr=(char*)Buff, ofs = 0; ofs < 0x200; ptr+=16, ofs+=16) {

+//               for (ptr=(char*)gUsbXferBuffer, ofs = 0; ofs < 0x200; ptr+=16, ofs+=16) {

+                  put_dump((BYTE*)ptr, ofs, 16);

+               }

+               break;

+

+            case 'i' :	/* di - Initialize disk */

+               xprintf("rc=%d\n", (WORD)disk_initialize(ActiveDisk));

+               break;

+

+            case 's' :	/* ds <phy_drv#> - Show disk status */

+//            	if (!xatoi(&ptr, &p1)) break;

+               if (disk_ioctl(ActiveDisk, GET_SECTOR_COUNT, &p2) == RES_OK)

+                  { xprintf("Drive size: %lu sectors\n", p2); }

+               if (disk_ioctl(ActiveDisk, GET_SECTOR_SIZE, &w1) == RES_OK)

+                  { xprintf("Sector size: %u\n", w1); }

+               if (disk_ioctl(ActiveDisk, GET_BLOCK_SIZE, &p2) == RES_OK)

+                  { xprintf("Erase block size: %lu sectors\n", p2); }

+               if (disk_ioctl(ActiveDisk, MMC_GET_TYPE, &b1) == RES_OK)

+                  { xprintf("MMC/SDC type: %u\n", b1); }

+               if (disk_ioctl(ActiveDisk, MMC_GET_CSD, Buff) == RES_OK)

+                  { xputs("CSD:\n"); put_dump(Buff, 0, 16); }

+               if (disk_ioctl(ActiveDisk, MMC_GET_CID, Buff) == RES_OK)

+                  { xputs("CID:\n"); put_dump(Buff, 0, 16); }

+               if (disk_ioctl(ActiveDisk, MMC_GET_OCR, Buff) == RES_OK)

+                  { xputs("OCR:\n"); put_dump(Buff, 0, 4); }

+               if (disk_ioctl(ActiveDisk, MMC_GET_SDSTAT, Buff) == RES_OK) {

+                  xputs("SD Status:\n");

+                  for (s1 = 0; s1 < 64; s1 += 16) put_dump(Buff+s1, s1, 16);

+               }

+               break;

+            }

+            break;

+

+         case 'b' :

+            switch (*ptr++) {

+            case 'd' :	/* bd <addr> - Dump R/W buffer */

+               if (!xatoi(&ptr, &p1)) break;

+               for (ptr=(char*)&Buff[p1], ofs = p1, cnt = 32; cnt; cnt--, ptr+=16, ofs+=16) {

+                  put_dump((BYTE*)ptr, ofs, 16);

+               }

+               break;

+

+            case 'e' :	/* be <addr> [<data>] ... - Edit R/W buffer */

+               if (!xatoi(&ptr, &p1)) break;

+               if (xatoi(&ptr, &p2)) {

+                  do {

+                     Buff[p1++] = (BYTE)p2;

+                  } while (xatoi(&ptr, &p2));

+                  break;

+               }

+               for (;;) {

+                  xprintf("%04X %02X-", (WORD)(p1), (WORD)Buff[p1]);

+                  get_line(linebuf, sizeof(linebuf));

+                  ptr = linebuf;

+                  if (*ptr == '.') break;

+                  if (*ptr < ' ') { p1++; continue; }

+                  if (xatoi(&ptr, &p2))

+                     Buff[p1++] = (BYTE)p2;

+                  else

+                     xputs("???\n");

+               }

+               break;

+

+            case 'r' :	/* br <lba> [<num>] - Read disk into R/W buffer */

+               if (!xatoi(&ptr, &p2)) break;

+               if (!xatoi(&ptr, &p3)) p3 = 1;

+               xprintf("rc=%u\n", (WORD)disk_read(ActiveDisk, Buff, p2, p3));

+               break;

+

+            case 'w' :	/* bw <lba> [<num>] - Write R/W buffer into disk */

+               if (!xatoi(&ptr, &p2)) break;

+               if (!xatoi(&ptr, &p3)) p3 = 1;

+               xprintf("rc=%u\n", (WORD)disk_write(ActiveDisk, Buff, p2, p3));

+               break;

+

+            case 'f' :	/* bf <val> - Fill working buffer */

+               if (!xatoi(&ptr, &p1)) break;

+               memset(Buff, (BYTE)p1, sizeof(Buff));

+               break;

+            }

+            break;

+

+         case 'f' :

+            switch (*ptr++) {

+

+            case 'i' :	/* fi <log drv#> - Initialize logical drive */

+               if (!xatoi(&ptr, &p1)) break;

+               put_rc(f_mount((BYTE)p1, &fatfs[p1]));

+//               put_rc(f_mount(ActiveDisk, &fatfs[ActiveDisk]));

+               break;

+

+            case 's' :	/* fs [<path>] - Show logical drive status */

+               res = f_getfree(ptr, (DWORD*)&p2, &fs);

+               if (res) { put_rc(res); break; }

+               xprintf("FAT type = %u\nBytes/Cluster = %lu\nNumber of FATs = %u\n"

+                  "Root DIR entries = %u\nSectors/FAT = %lu\nNumber of clusters = %lu\n"

+                  "FAT start (lba) = %lu\nDIR start (lba,cluster) = %lu\nData start (lba) = %lu\n\n",

+						(WORD)fs->fs_type, (DWORD)fs->csize * 512, (WORD)fs->n_fats,

+						fs->n_rootdir, fs->sects_fat, (DWORD)fs->max_clust - 2,

+						fs->fatbase, fs->dirbase, fs->database

+               );

+               acc_size = acc_files = acc_dirs = 0;

+               res = scan_files(ptr);

+               if (res) { put_rc(res); break; }

+               xprintf("%u files, %lu bytes.\n%u folders.\n"

+						"%lu KB total disk space.\n%lu KB available.\n",

+						acc_files, acc_size, acc_dirs,

+						(fs->max_clust - 2) * (fs->csize / 2), p2 * (fs->csize / 2)

+               );

+               break;

+

+            case 'l' :	/* fl [<path>] - Directory listing */

+               res = f_opendir(&dir, ptr);

+               if (res) { put_rc(res); break; }

+               p1 = s1 = s2 = 0;

+               for(;;) {

+                  res = f_readdir(&dir, &finfo);

+                  if ((res != FR_OK) || !finfo.fname[0]) break;

+                  if (finfo.fattrib & AM_DIR) {

+                     s2++;

+                  } else {

+                     s1++; p1 += finfo.fsize;

+                  }

+                  xprintf("%c%c%c%c%c %u/%02u/%02u %02u:%02u %9lu  %s\n",

+							(finfo.fattrib & AM_DIR) ? 'D' : '-',

+							(finfo.fattrib & AM_RDO) ? 'R' : '-',

+							(finfo.fattrib & AM_HID) ? 'H' : '-',

+							(finfo.fattrib & AM_SYS) ? 'S' : '-',

+							(finfo.fattrib & AM_ARC) ? 'A' : '-',

+                     (finfo.fdate >> 9) + 1980, (finfo.fdate >> 5) & 15, finfo.fdate & 31,

+							(finfo.ftime >> 11), (finfo.ftime >> 5) & 63,

+							finfo.fsize, &(finfo.fname[0]));

+               }

+               xprintf("%4u File(s),%10lu bytes total\n%4u Dir(s)", s1, p1, s2);

+               if (f_getfree(ptr, (DWORD*)&p1, &fs) == FR_OK)

+                  xprintf(", %10lu bytes free\n", p1 * fs->csize * 512);

+               break;

+

+            case 'o' :	/* fo <mode> <file> - Open a file */

+               if (!xatoi(&ptr, &p1)) break;

+               put_rc(f_open(&file1, ptr, (BYTE)p1));

+               break;

+

+            case 'c' :	/* fc - Close a file */

+               put_rc(f_close(&file1));

+               break;

+

+            case 'e' :	/* fe - Seek file pointer */

+               if (!xatoi(&ptr, &p1)) break;

+               res = f_lseek(&file1, p1);

+               put_rc(res);

+               if (res == FR_OK)

+                  xprintf("fptr=%lu(0x%lX)\n", file1.fptr, file1.fptr);

+               break;

+

+            case 'd' :	/* fd <len> - read and dump file from current fp */

+               if (!xatoi(&ptr, &p1)) break;

+               ofs = file1.fptr;

+               while (p1) {

+                  if ((UINT)p1 >= 16) { cnt = 16; p1 -= 16; }

+                  else 				{ cnt = p1; p1 = 0; }

+                  res = f_read(&file1, Buff, cnt, &cnt);

+                  if (res != FR_OK) { put_rc(res); break; }

+                  if (!cnt) break;

+                  put_dump(Buff, ofs, cnt);

+                  ofs += 16;

+               }

+               break;

+

+            case 'r' :	/* fr <len> - read file */

+               if (!xatoi(&ptr, &p1)) break;

+               p2 = 0;

+               Timer = 0;

+               while (p1) {

+                  if ((UINT)p1 >= blen) {

+                     cnt = blen; p1 -= blen;

+                  } else {

+                     cnt = p1; p1 = 0;

+                  }

+                  res = f_read(&file1, Buff, cnt, &s2);

+                  if (res != FR_OK) { put_rc(res); break; }

+                  p2 += s2;

+                  if (cnt != s2) break;

+               }

+               xprintf("%lu bytes read with %lu kB/sec.\n", p2, p2 / Timer);

+               break;

+

+            case 'w' :	/* fw <len> <val> - write file */

+               if (!xatoi(&ptr, &p1) || !xatoi(&ptr, &p2)) break;

+               memset(Buff, (BYTE)p2, blen);

+               p2 = 0;

+               Timer = 0;

+               while (p1) {

+                  if ((UINT)p1 >= blen) {

+                     cnt = blen; p1 -= blen;

+                  } else {

+                     cnt = p1; p1 = 0;

+                  }

+                  res = f_write(&file1, Buff, cnt, &s2);

+                  if (res != FR_OK) { put_rc(res); break; }

+                  p2 += s2;

+                  if (cnt != s2) break;

+               }

+               xprintf("%lu bytes written with %lu kB/sec.\n", p2, p2 / Timer);

+               break;

+

+            case 'n' :	/* fn <old_name> <new_name> - Change file/dir name */

+               while (*ptr == ' ') ptr++;

+               ptr2 = strchr(ptr, ' ');

+               if (!ptr2) break;

+               *ptr2++ = 0;

+               while (*ptr2 == ' ') ptr2++;

+               put_rc(f_rename(ptr, ptr2));

+               break;

+

+            case 'u' :	/* fu <name> - Unlink a file or dir */

+               put_rc(f_unlink(ptr));

+               break;

+

+            case 'v' :	/* fv - Truncate file */

+               put_rc(f_truncate(&file1));

+               break;

+

+            case 'k' :	/* fk <name> - Create a directory */

+               put_rc(f_mkdir(ptr));

+               break;

+

+            case 'a' :	/* fa <atrr> <mask> <name> - Change file/dir attribute */

+               if (!xatoi(&ptr, &p1) || !xatoi(&ptr, &p2)) break;

+               put_rc(f_chmod(ptr, p1, p2));

+               break;

+

+            case 't' :	/* ft <year> <month> <day> <hour> <min> <sec> <name> - Change timestamp */

+               if (!xatoi(&ptr, &p1) || !xatoi(&ptr, &p2) || !xatoi(&ptr, &p3)) break;

+               finfo.fdate = ((p1 - 1980) << 9) | ((p2 & 15) << 5) | (p3 & 31);

+               if (!xatoi(&ptr, &p1) || !xatoi(&ptr, &p2) || !xatoi(&ptr, &p3)) break;

+               finfo.ftime = ((p1 & 31) << 11) | ((p1 & 63) << 5) | ((p1 >> 1) & 31);

+               put_rc(f_utime(ptr, &finfo));

+               break;

+

+            case 'x' : /* fx <src_name> <dst_name> - Copy file */

+               while (*ptr == ' ') ptr++;

+               ptr2 = strchr(ptr, ' ');

+               if (!ptr2) break;

+               *ptr2++ = 0;

+               while (*ptr2 == ' ') ptr2++;

+               xprintf("Opening \"%s\"", ptr);

+               res = f_open(&file1, ptr, FA_OPEN_EXISTING | FA_READ);

+               xputc('\n');

+               if (res) {

+                  put_rc(res);

+                  break;

+               }

+               xprintf("Creating \"%s\"", ptr2);

+               res = f_open(&file2, ptr2, FA_CREATE_ALWAYS | FA_WRITE);

+               xputc('\n');

+               if (res) {

+                  put_rc(res);

+                  f_close(&file1);

+                  break;

+               }

+               xprintf("Copying file...");

+               Timer = 0;

+               p1 = 0;

+               for (;;) {

+                  res = f_read(&file1, Buff, blen, &s1);

+                  if (res || s1 == 0) break;   /* error or eof */

+                  res = f_write(&file2, Buff, s1, &s2);

+                  p1 += s2;

+                  if (res || s2 < s1) break;   /* error or disk full */

+               }

+               xprintf("%lu bytes copied with %lu kB/sec.\n", p1, p1 / Timer);

+               f_close(&file1);

+               f_close(&file2);

+               break;

+#if _USE_MKFS

+            case 'm' :	/* fm <partition rule> <cluster size> - Create file system */

+               if (!xatoi(&ptr, &p2) || !xatoi(&ptr, &p3)) break;

+               xprintf("The drive %u will be formatted. Are you sure? (Y/n)=", ActiveDisk);

+               get_line(ptr, sizeof(linebuf));

+               if (*ptr == 'Y')

+                  put_rc(f_mkfs(ActiveDisk, (BYTE)p2, (WORD)p3));

+               break;

+#endif

+            case 'z' :	/* fz [<rw size>] - Change R/W length for fr/fw/fx command */

+               if (xatoi(&ptr, &p1) && p1 >= 1 && p1 <= sizeof(Buff))

+                  blen = p1;

+               xprintf("blen=%u\n", blen);

+               break;

+            }

+            break;

+

+         case 't' :	/* t [<year> <mon> <mday> <hour> <min> <sec>] */

+            if (xatoi(&ptr, &p1)) {

+               rtc.year = (WORD)p1;

+               xatoi(&ptr, &p1); rtc.month = (BYTE)p1;

+               xatoi(&ptr, &p1); rtc.mday = (BYTE)p1;

+               xatoi(&ptr, &p1); rtc.hour = (BYTE)p1;

+               xatoi(&ptr, &p1); rtc.min = (BYTE)p1;

+               if (!xatoi(&ptr, &p1)) break;

+               rtc.sec = (BYTE)p1;

+               rtc_settime(&rtc);

+            }

+            rtc_gettime(&rtc);

+            xprintf("%u/%u/%u %02u:%02u:%02u\n", rtc.year, rtc.month, rtc.mday, rtc.hour, rtc.min, rtc.sec);

+            break;

+

+         case 'u' : /* usb test commands */

+            switch (*ptr++) {

+

+            case 's' :	/* print bulk size */

+            xprintf("MS Bulk size %lu\n", MS_BlkSize);

+            break;

+            }

+         break;

+         }

+         xputc('>');

+         ptr = linebuf;

+      }

+   }

+}

+

+void vApplicationTickHook( void )

+{

+}

+/*-----------------------------------------------------------*/

+

+

+void vConfigureTimerForRunTimeStats( void )

+{

+}

+

+void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed portCHAR *pcTaskName )

+{

+}

+xQueueHandle xLCDQueue;

+#endif

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 94de9bf..660d707 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index ecdb2b0..f8efc37 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 9121dbe..22edf76 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index a2705f6..7b439ef 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index a9ef34d..c18fa88 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index 0823008..4cc74e2 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index 0195729..d14b555 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 9121dbe..22edf76 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index a2705f6..7b439ef 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index a9ef34d..c18fa88 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index 0823008..4cc74e2 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index 0195729..d14b555 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index 8aa6b50..8192775 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index c25f38f..55cf531 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 5bf124c..bbf331e 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index 0195729..d14b555 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 88ea51e..88e66a9 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
index a5a9249..cb5ff20 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index ae219fe..c414442 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 6325f57..9cfb017 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp b/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
index 522456b..a5fb48b 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index f9eeaaa..063ec82 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index 522456b..a5fb48b 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
index 795597c..4796794 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 6c8f84b..5312c17 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
index c76d07d..5302383 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index 88eefc1..a4b084e 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 2432245..34bc442 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index ef6aef9..ac6b2b2 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 4efa4b0..64ac812 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index 6cb9d6b..d1ed07d 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index d69fae4..f3124cb 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 156149c..b9cd4cb 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 35d4380..646a342 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index d9cb314..61150e9 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 0f0bd43..bae149c 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index 3ae820d..bdbf4d2 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index cd4b153..8fe08d6 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index 82f8f2d..e006b11 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 4ed9886..69f9380 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 2b2084a..dfdc83f 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index 8d93577..276f182 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 3c4e627..0a5bd63 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 8820709..3084190 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index d69fae4..f3124cb 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index fd7b503..1e7b104 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 7503c0f..6d72627 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 0f0bd43..bae149c 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.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 385ab43..2423f6d 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index fedfdb4..785cfff 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index 24f1e13..b06d56d 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 22733fd..36b0882 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 5571824..2bce7a5 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index e97f035..a18dd74 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index b349ab5..afe0575 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index 54f4572..495dd48 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 6c47d2d..4c89810 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index 29b906e..229b8c5 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index 2b65026..34a76f1 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index 2ea96c8..04b12e8 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index fe33bd1..f079ed8 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index d95af2c..4861798 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index b1b2782..4e689ae 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index 7c5d9a6..a68218d 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index 2d33559..9928a0a 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index fb73f1a..0e841d4 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index 69d93d5..c6d1e6c 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index b66cc25..edc5705 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index 446226d..1d3a515 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index c243ba9..34863ef 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index 234019c..f1e7621 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index 29344c9..da103d2 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index 0446b00..f4ea4ad 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 718d36b..320f48a 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index da7fb87..a958afa 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index 34297af..f0e7d9b 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index be23b33..88e68e2 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index 3cb2e2c..c652f4f 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index fd9b054..6743ca7 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index 422302c..453a831 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index fdf3b7f..61b0a89 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index 23f3278..5cfe68a 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index 014599c..96b7c6e 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index 6b75322..a7f8a2e 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index dda16c5..98f6854 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index c4b7821..d5df993 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index e405180..1670e13 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index f6e05d2..8c730d1 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index 2756635..c8b122a 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index 6606f1e..0a4afc8 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index a625e88..17c8d8f 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index f3481de..009479b 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index 69de9e5..b344c16 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index edc1dcc..45f6b29 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index 66f22c2..d7308b7 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index 5502ffd..8bd76bd 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index abb9e16..0357b78 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index 12a740a..a76debc 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index df70ecf..1b69a1a 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index 7f7b992..fa2fe35 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index 8c598d2..288a26d 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index f76e7cb..a7f0d80 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index 0b10491..8d2066f 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index 8dcd921..1269277 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 280a741..89f3d86 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index e05cd5b..d8d05ff 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index 9a008cf..521a97d 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index 7003bc8..848ed80 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index 41d8793..a571306 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index 11659a3..e9d9f05 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index cd4fadd..6884ec2 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index 6157c00..3f5e023 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index 231b9e3..d15a910 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index ae524fb..c77b268 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index 9f7902f..9efe85b 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index 322190d..3196509 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index 9b1ec2c..ed386e0 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index 2ea53ea..fdb12b9 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index 8bba5ba..9c5ec92 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index e4f2518..6fb9d74 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index 60221ff..4fc157f 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index e0afb5b..17b937d 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index 67b3a7c..9ce8c4d 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 2841d5b..fb5a4d1 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 95fe4d8..23739f3 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index c2a5f82..2b5eaf6 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index e728d32..ee5a220 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 726cf64..d74e02d 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 68c402d..6d74511 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index 52f8258..fbac074 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index a33fc49..c0b9b4c 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index e3bfe51..80ac7f8 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 68c402d..6d74511 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index 3f48d23..f394ba5 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index aa7f77b..c70b87f 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index d21b28f..76f142e 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index 6688570..36e8f59 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index ee6e606..1df255e 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index d57d8ea..c91749d 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index c16d4d0..493b397 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 795328d..50c242c 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index 1714a1c..56fd2d9 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index 39716b2..df9f333 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index 1cc04a9..3ef8ddb 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index 748692f..0fa47c7 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index 72399d9..09c4051 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index ad872a0..357cbc3 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.