]> git.sur5r.net Git - freertos/commitdiff
Change version numbers of files that are in SVN, but not included in the release...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 30 Sep 2011 10:52:03 +0000 (10:52 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 30 Sep 2011 10:52:03 +0000 (10:52 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1616 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/FreeRTOSConfig.h
Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/ParTest.c
Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/RegisterTests.c
Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/main-blinky.c
Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/main-full.c
Demo/MicroBlaze_Spartan-6_EthernetFull/SDKProjects/RTOSDemo/serial.c
Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h
Demo/WIN32-MSVC-lwIP/lwIP_Apps/lwIP_Apps.h

index 15585f43dfa23dac3b3cf0e23dce47f84de10ecd..e1710117acb8a0b92d205adea446fb926497153f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index 40371814db363c9e7ef2c063ffdaa92f568bacef..808ec31eb4fa3d7370a6c33758e13e5fd4772915 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index 1302a094f54fc267d1608104ee50bc37e45366cb..f47776fd960b29837bfec1869e5cf7a9515982df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index 78995f6627dcf7fd8892b8428932397cab8e13b3..1f281368cb4eedb4aea44a64d2b48d5d5b2eb91f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index 1f04da041987ca433f2d9dae444efc9a22fdb83c..e43866cb1492567542235a0efb50279209204857 100644 (file)
@@ -1,11 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
-\r
-\r
-       FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:\r
-       Atollic AB - Atollic provides professional embedded systems development\r
-       tools for C/C++ development, code analysis and test automation.\r
-       See http://www.atollic.com\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
 \r
 \r
     ***************************************************************************\r
@@ -531,6 +525,6 @@ unsigned long ulCSR;
 \r
 /* These functions are not used by the Blinky build configuration.  However,\r
 they need to be defined because the Blinky and Full build configurations share\r
-a FreeRTOSConifg.h configuration file. */
+a FreeRTOSConifg.h configuration file. */\r
 void vMainConfigureTimerForRunTimeStats( void ) {}\r
 unsigned long ulMainGetRunTimeCounterValue( void ) { return 1; }\r
index 1862f372bfacd5f9aa2f5cb49f1860edb6332aa9..bb99fc4c55bb11c8ac920a96b399f41937031b3a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
@@ -164,7 +164,7 @@ by at least one task.  See the description of the check timer in the comments at
 the top of this file. */\r
 #define mainERROR_CHECK_TIMER_PERIOD           ( 200 / portTICK_RATE_MS )\r
 \r
-/* A block time of zero simply means "don't block". */
+/* A block time of zero simply means "don't block". */\r
 #define mainDONT_BLOCK                                         ( ( portTickType ) 0 )\r
 \r
 /* The LED used by the comtest tasks. See the comtest_strings.c file for more\r
@@ -391,7 +391,7 @@ portTickType xExecutionRate = mainNO_ERROR_CHECK_TIMER_PERIOD;
                        a faster rate - giving the user visual feedback that something is not\r
                        as it should be.  This function is called from the context of the\r
                        timer service task so must ***not*** attempt to block while calling\r
-                       this function. */
+                       this function. */\r
                        if( xTimerChangePeriod( xTimer, mainERROR_CHECK_TIMER_PERIOD, mainDONT_BLOCK ) == pdPASS )\r
                        {\r
                                /* If the command to change the timer period was sent to the\r
@@ -619,7 +619,7 @@ unsigned long ulTimerCounts1, ulTimerCounts2, ulTickCount, ulReturn;
 \r
        /* If this is being called from a yield, has the counter overflowed since\r
        it was read?  If that is the case then ulTickCounts will need incrementing\r
-       again as it will not yet have been incremented from the tick interrupt. */
+       again as it will not yet have been incremented from the tick interrupt. */\r
        ulTimerCounts2 = ulCounterReloadValue - XTmrCtr_GetValue( &xTimer0Instance, ucTimerCounterNumber );\r
        if( ulTimerCounts2 < ulTimerCounts1 )\r
        {\r
index f32e40a9348f60baba181b5ffb8684eee31e8844..6bd74d3ab7a12d066afce75571072476ed58a4c9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index 410ed563bc8ddcbbca12dfb7a022c1345b370817..e8842a82faa8fc973e2d1223ec98650e79f70159 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
index cf6fd02a2906f4f7a3dc2ebb7e652999e71d614c..f697089abb724dc1e8a75ba14884db641fc31fac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r