]> git.sur5r.net Git - freertos/commitdiff
In files added a few moments ago:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 21 Jan 2012 19:01:04 +0000 (19:01 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 21 Jan 2012 19:01:04 +0000 (19:01 +0000)
+ Correct version number in comments at top of file.
+ Correct path in batch file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1673 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/CreateProjectDirectoryStructure.bat
Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
Source/portable/GCC/ARM_CM0/portmacro.h

index 2d7bbd3f86c9b4f91d24d851d6874c2fd9dd8fe8..c4cc9712a2df25533c11c0ff88fd04b42580402b 100644 (file)
@@ -31,7 +31,7 @@ IF EXIST Source\FreeRTOS_Source Goto END
        copy ..\..\..\Source\include\*.* Source\FreeRTOS_Source\include\r
        \r
        REM Copy the portable layer files\r
-       copy ..\..\..\Source\portable\GCC\ARM_CM3\*.* Source\FreeRTOS_Source\portable\GCC\ARM_CM0\r
+       copy ..\..\..\Source\portable\GCC\ARM_CM0\*.* Source\FreeRTOS_Source\portable\GCC\ARM_CM0\r
        \r
        REM Copy the basic memory allocation files\r
        copy ..\..\..\Source\portable\MemMang\heap_1.c Source\FreeRTOS_Source\portable\MemMang\r
index ee9c67c667ad1cd483a176fb2ed644edb5b650c3..da6f3ea137b1618beefda3828561ff6143e279af 100644 (file)
@@ -67,7 +67,7 @@
  *\r
  *****************************************************************************/\r
 \r
-//#error The batch file Demo\CORTEX_M0_LPC1114_LPCXpresso\RTOSDemo\CreateProjectDirectoryStructure.bat must be executed before the first build.  After executing the batch file hit F5 to refrech the Eclipse project, then delete this line.\r
+#error The batch file Demo\CORTEX_M0_LPC1114_LPCXpresso\RTOSDemo\CreateProjectDirectoryStructure.bat must be executed before the first build.  After executing the batch file hit F5 to refrech the Eclipse project, then delete this line.\r
 \r
 /* Standard includes. */\r
 #include "string.h"\r
index 4b0c13780f6f06d6d239a3ec2159e70c613ef526..ee1b1e3b4e55f6fd8e18555a24ff8bef887e81cd 100644 (file)
@@ -1,7 +1,6 @@
 /*\r
-    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
 \r
-    Giancarlo version (corrects inappropriate use of BASEPRI)\r
 \r
     ***************************************************************************\r
      *                                                                       *\r