]> git.sur5r.net Git - freertos/commitdiff
Ready for V5.1.1 release.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 20 Nov 2008 16:16:31 +0000 (16:16 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 20 Nov 2008 16:16:31 +0000 (16:16 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@578 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

72 files changed:
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
Demo/ARM7_LPC2368_Rowley/main.c
Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
Demo/ARM7_STR71x_IAR/main.c
Demo/ARM7_STR71x_IAR/serial/serial.c
Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
Demo/ARM7_STR75x_GCC/main.c
Demo/ARM7_STR75x_GCC/serial/serial.c
Demo/ARM7_STR75x_GCC/serial/serialISR.c
Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
Demo/ARM7_STR75x_IAR/main.c
Demo/ARM7_STR75x_IAR/serial/serial.c
Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
Demo/ARM9_STR91X_IAR/main.c
Demo/ARM9_STR91X_IAR/serial/serial.c
Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
Demo/AVR32_UC3/main.c
Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
Demo/AVR_ATMega323_IAR/main.c
Demo/AVR_ATMega323_IAR/regtest.c
Demo/AVR_ATMega323_IAR/regtest.h
Demo/AVR_ATMega323_IAR/serial/serial.c
Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
Demo/AVR_ATMega323_WinAVR/main.c
Demo/AVR_ATMega323_WinAVR/regtest.c
Demo/AVR_ATMega323_WinAVR/regtest.h
Demo/AVR_ATMega323_WinAVR/serial/serial.c
Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_GCC/Demo1/main.c
Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_GCC/Demo2/main.c
Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
Demo/CORTEX_LM3S102_GCC/main.c
Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
Demo/CORTEX_LM3S102_KEIL/main.c
Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c

index 1e32c29379063c21ab6b237aa5375bfb56cbec4b..445067ca0b5fd110cd6fb109443bcb33230c98f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index c4d662c4391f098ddf27e65aa9991f246e0bba96..9f618b6e800075edd2e3aa14d19a5f6d34214adf 100644 (file)
@@ -1,4 +1,4 @@
-#      FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+#      FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 #\r
 #      This file is part of the FreeRTOS.org distribution.\r
 #\r
index 8e1ebfacf488405ab38653da991c9ac582bb163f..2f60eea0729d579a712a66721f5fd38bc096e12c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1ff03451258911fdf804e969b9cb0342cb2976aa..0f26665b88886bb27a840fb123e9887eb2f5c51d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 487e12d82b3715bd67873e8936c9c7e0af78998f..50ea71cc0bd27681e0830c244eff5c9eb21dac25 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 87fee1aa7a19b9a35dcdfa439c800542bbf05723..51aa3c3458bfe8d5a60b5b9896acae90c15a9009 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 8e1ebfacf488405ab38653da991c9ac582bb163f..2f60eea0729d579a712a66721f5fd38bc096e12c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 05e9d66966bef1384560f13ff4217df5fc4c2474..46947fd4b982e68953f7c4f7102d6e30dcc5d5f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 1f40367ead8b4d742855e6634842804f1acdfbe3..6576b4ac0980cc6ceea20f80f5aa8a2dc81bb2f9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 59955ed0cba312c6967fb1f298b44e39f78f555e..1c3e719907eb38a1e4c4a7a987dcd549d38e18f5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c2598655a351e4d04595508659c84e07ce9aad97..e413e42b51a7f304363b135e1304c239e80d7911 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3ba23e0d80022e19b499897f9765b96c71a064fc..57f21f0881f184dc30abb982bb7014e27f85afa7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ec89299ebc5455adcd41bb42d1e1d4be153e8251..47fc914afc107a4fc5e37cdcfc44a4c7500a6ed9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d81f9386bd9925dbbef2a5b499aed76f19aedec9..43aeee53295d1a5b8f30d72a4e20b1ac275b4c89 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8d801991c2919c86c66ce631bdbd792aee6f18c9..8aa38e3ddfa2e3d0b57b41e569e485c5e0ddae67 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c6188152cb497bcc804d35ef506a63af81e5d31c..bd600cf7bb160249a75b3178405fd8d9176b6d05 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 16796bae0028a6ecd4e6ba2d7cd22cc0ac8ee7e6..a328b56c28b45c4e8ae114854c09d88eb25d36d1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index fdba41344d935814bd79612f2ef128862507de80..151cfd6b2f1ebf3a53d94fe6a328ad677f6e3c33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 245f6213550af59f35a34b2c691737f2c3593482..7b3972f0329becc2cfc22058f6faf46a99e749ff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 8d801991c2919c86c66ce631bdbd792aee6f18c9..8aa38e3ddfa2e3d0b57b41e569e485c5e0ddae67 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index b7688dbc01c3033806727c5ddbf404e230c0edac..b850bff15abd00ebc41fee4d29f52507ad4c28c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c50619e0f41686aefa3fad74b44c97ec714d28ca..9b0901957da69459f2af0b9702416ed34eede5af 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index c8c3022d35c63ceafe07f2c374bb3055c5716e2f..ddfba39737130b7a5176615ce17e05da1d83be21 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index a948397193d084aeefe2bec0f2de28e866311b70..b0122a02b9e9daa7cc70607d8e17f69e08222c86 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 55ae014fdc1c292c9cadd378429d6ce730d74e51..1f609ae1f10346aebbbabdb12032efa099a930c3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index d473b3ec5c01308c11c43d619a75a82a54303556..629a5511f1a40ea5317b180be8963c882ed3999b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
index 711562028f84559dd4bb17e06c7f7d73cede0398..842dd07ceb26271eb7e7da0b04de2e8766e9fdd5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 98199e1eb9bdf93247e95b5c2cef258ff9e509cf..f1bffebbccfc818e99c4e1661a7c261a03fbcacb 100644 (file)
@@ -30,7 +30,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bda4dd291019c8319381cb014c1e3cceecb77d06..a6bab4f8ae8613b60581ec14c711cfd9579b35c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 821766112d297384670fe4f21b2d5de4ce1cccd6..8cad33cac87f5e4a352cf81ab2e9b516956b0b2e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -92,23 +92,23 @@ unsigned portCHAR ucBit = ( unsigned portCHAR ) 1;
        if( uxLED <= partstMAX_OUTPUT_LED )\r
        {\r
                ucBit <<= uxLED;\r
-       }       \r
 \r
-       vTaskSuspendAll();\r
-       {\r
-               if( xValue == pdTRUE )\r
-               {\r
-                       ucBit ^= ( unsigned portCHAR ) 0xff;\r
-                       ucCurrentOutputValue &= ucBit;\r
-               }\r
-               else\r
+               vTaskSuspendAll();\r
                {\r
-                       ucCurrentOutputValue |= ucBit;\r
-               }\r
+                       if( xValue == pdTRUE )\r
+                       {\r
+                               ucBit ^= ( unsigned portCHAR ) 0xff;\r
+                               ucCurrentOutputValue &= ucBit;\r
+                       }\r
+                       else\r
+                       {\r
+                               ucCurrentOutputValue |= ucBit;\r
+                       }\r
 \r
-               PORTB = ucCurrentOutputValue;\r
+                       PORTB = ucCurrentOutputValue;\r
+               }\r
+               xTaskResumeAll();\r
        }\r
-       xTaskResumeAll();\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index d3b7d97e51cf41f3a7c48e2c82133cd9c0905fbc..f92d476c67dc1adfe38bb98e65fb85c712f2d131 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index cc31c530817784bb5fbae0f0747b0378d0cbc023..9c313edef5fb53b0cf87202cdef454d6a1802bb4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d8364489ebcbbf9099522be15875bb2c3d3d8ccc..6ffb52a71000caeda9a77793add1844bc7846c1f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6f5ad7aba5fadf09fa176e0dfbce3f5c15c5c99e..c741ee3ed24b7773d4e6ed6a55cea3f6ee82044c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5b90925b3cf3095668961bb573b14dd975c04628..94afd858cc8343d497a01ba868a14bfdfbbf923d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 821766112d297384670fe4f21b2d5de4ce1cccd6..302288851179c09ce1e9439ff6c37d61962f41fd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -91,24 +91,24 @@ unsigned portCHAR ucBit = ( unsigned portCHAR ) 1;
 \r
        if( uxLED <= partstMAX_OUTPUT_LED )\r
        {\r
-               ucBit <<= uxLED;\r
-       }       \r
+               ucBit <<= uxLED;        \r
 \r
-       vTaskSuspendAll();\r
-       {\r
-               if( xValue == pdTRUE )\r
-               {\r
-                       ucBit ^= ( unsigned portCHAR ) 0xff;\r
-                       ucCurrentOutputValue &= ucBit;\r
-               }\r
-               else\r
+               vTaskSuspendAll();\r
                {\r
-                       ucCurrentOutputValue |= ucBit;\r
-               }\r
+                       if( xValue == pdTRUE )\r
+                       {\r
+                               ucBit ^= ( unsigned portCHAR ) 0xff;\r
+                               ucCurrentOutputValue &= ucBit;\r
+                       }\r
+                       else\r
+                       {\r
+                               ucCurrentOutputValue |= ucBit;\r
+                       }\r
 \r
-               PORTB = ucCurrentOutputValue;\r
+                       PORTB = ucCurrentOutputValue;\r
+               }\r
+               xTaskResumeAll();\r
        }\r
-       xTaskResumeAll();\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index 6369faf800ca0c0291c02634327f55ae1fe7a72b..cd47090940ef7d226d18f687a9c3f6d5389a9d0d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d16cc3a94956869c32d8f87f0f37a9f6b829b2f6..1ef67c67d03f00caeb07a0cf8ea551ec5065600e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index d8364489ebcbbf9099522be15875bb2c3d3d8ccc..6ffb52a71000caeda9a77793add1844bc7846c1f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 01b5201ecbc3cd81466a896d5411d6891f9595e8..4fa1fdc06a4d1719096d34e52babcbcc3ce5c000 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bbfbd133d7d2c9caf3e73f60ac4a7b4a88c4f68a..5b3e5717b9db546db3a540fdb73cde73726401d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bc843a60c508f4ecbff93bb07a0cf8f33995189f..e0d3c73cf0c3f4d0c986962f51b84836b6a0429a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 033977372701fff2db6c0662f2bc920d9a1bfab8..85efd91013df4c4550bb9829c6c1227486cc6d23 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 30f4ae052a8d61ca63177975bc59cc0aa2ff82a9..9a7a333516f504c123063e3737cf379475b742a5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 7e6bd6f0d3fd8750af28b9bc0e601f45ba003f92..6ca8c68a46d655fba5717a51b5c7767747254d43 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f8513d045524d2843083e9beaeab12e769fd3687..83a96438f6298132e907eb6facfab7364393e8a3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bc843a60c508f4ecbff93bb07a0cf8f33995189f..e0d3c73cf0c3f4d0c986962f51b84836b6a0429a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bbfbd133d7d2c9caf3e73f60ac4a7b4a88c4f68a..5b3e5717b9db546db3a540fdb73cde73726401d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 25109935552c654c888ef7ccc0edf2b113ebdea9..a27896fa17356a3c78a9fd66019df6856b5a25ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 033977372701fff2db6c0662f2bc920d9a1bfab8..85efd91013df4c4550bb9829c6c1227486cc6d23 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 9368733d0b24854c679f54ae1fd9a9177a4e7a7b..58f06322c5bc5ba4655d6bc775f2887e4f89ee00 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index aa5020231a19f6f852b3a53f7b63d5fdf69d3ecf..caeeec05a10a534eafd8b5fb8cb910e1d64e0f22 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index f8513d045524d2843083e9beaeab12e769fd3687..83a96438f6298132e907eb6facfab7364393e8a3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 25109935552c654c888ef7ccc0edf2b113ebdea9..a27896fa17356a3c78a9fd66019df6856b5a25ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3e2504210facbb006bea3fd012ae4ddf6d064515..729fee5c1beed8f1ba449cf93ed60e5162422746 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 44ad4eac935f7a51c16f301ba3a5bae2e39c61d3..f3741eb5cb3cca735a41ec600bfe4af6370710f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 97dfe0fb7dd20f15720835c13dde0c9605f5acc3..abdeabbbe32856a5b4ada95e3222385651e9b361 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index deb4dced0b7cccb7321d7fb0daaa8d30c0519743..51255897cef3c56aae2883092107e335abe057e0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 5426c7cb4c3c5cda203bda74cfb0774392a26ab4..c94deb17d90ea798e922ae4e748b7e59ee538319 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 38b08fe00a202c0bbcca3868e26cde154eddf554..f71f65fb91301aa961b9f87d7b54e2a6acf7f8d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ede697c7446a257a8e3f9cc1985287cf0bb5b67d..1f4b910c40799ab460342e6fbabaa89d2dee14e7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 0ac101c8c36d6de509a24209634274b40de86ca6..8871104f60ac45f7c3cbd3dbd2a83cedab673466 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index bf9f92132a63f57693754a50a44baffc19fdb8e9..45c83512fa807a1e0fa6598c712782a24f885205 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -109,7 +109,7 @@ top of this file. */
 #define mainGEN_QUEUE_TASK_PRIORITY                    ( tskIDLE_PRIORITY )\r
 \r
 /* The WEB server task uses more stack than most other tasks because of its\r
-reliance on using sprintf(). */
+reliance on using sprintf(). */\r
 #define mainBASIC_WEB_STACK_SIZE                       ( configMINIMAL_STACK_SIZE * 2 )\r
 \r
 /*\r
@@ -124,7 +124,7 @@ static void prvSetupHardware( void );
 static void prvCheckTask( void *pvParameters );\r
 \r
 /*\r
- * The task that implements the WEB server.
+ * The task that implements the WEB server.\r
  */\r
 extern void vuIP_Task( void *pvParameters );\r
 \r
index 9e13d0088c76396ad018ee621aa109772c3b9391..98d082daf03e7b20a1a226ee659c962f66d3dde2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -334,7 +334,7 @@ unsigned portCHAR *pcBufPointer;
 \r
        /* Setup the Tx buffers and descriptors.  There is no separate Tx buffer\r
        to point to (the Rx buffers are actually used) so the data member is\r
-       set to NULL for now. */
+       set to NULL for now. */\r
        for( ux = 0; ux < fecNUM_FEC_TX_BUFFERS; ux++ )\r
        {\r
                xFECTxDescriptors[ ux ].status = TX_BD_TC;\r
index 091ba04cf20841749622811c82c3f117dda63cd0..1ca2bc4c6cd880dd71ad0a1ea6a3347c23cbfac2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 3fd3cdb8f9c03afa33f6b202555a74bf130b4135..490f21af35c9d54d732f5ca52f54244a8f664118 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ede697c7446a257a8e3f9cc1985287cf0bb5b67d..1f4b910c40799ab460342e6fbabaa89d2dee14e7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 37eae884de4f6ad696cb88d23fbeadbd37e8b0c2..c3abad654b2e8fb0e99f40afa004a5d1c53bf804 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 720f0cdccf045cdd27a2432d4ae8c03ab8a70a2a..5aae8b96e877f1fcd4c36dd59a60ee6a3422a974 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index ffb8a2a3f8e508c9e2e442fb97e2bf25822a83bd..97e5fd34496b2eb070a1886290a26f06a0d6faa7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 6f39465658a259c83ec1381849a6ce3e51dbd910..7df03e10a09826556558e44f5db10e4e3a2201ff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
index 95358747ac3b48c921104b4cf4d5b583589e0ee0..85991d2bfa2f89432dd47e67f72486bbf6c1d545 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r