In files added a few moments ago:

+ Correct version number in comments at top of file.
+ Correct path in batch file.
This commit is contained in:
Richard Barry 2012-01-21 19:01:04 +00:00
parent 7427c0eff2
commit b4b4f306c2
3 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,7 @@ IF EXIST Source\FreeRTOS_Source Goto END
copy ..\..\..\Source\include\*.* Source\FreeRTOS_Source\include
REM Copy the portable layer files
copy ..\..\..\Source\portable\GCC\ARM_CM3\*.* Source\FreeRTOS_Source\portable\GCC\ARM_CM0
copy ..\..\..\Source\portable\GCC\ARM_CM0\*.* Source\FreeRTOS_Source\portable\GCC\ARM_CM0
REM Copy the basic memory allocation files
copy ..\..\..\Source\portable\MemMang\heap_1.c Source\FreeRTOS_Source\portable\MemMang

View file

@ -67,7 +67,7 @@
*
*****************************************************************************/
//#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.
#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.
/* Standard includes. */
#include "string.h"

View file

@ -1,7 +1,6 @@
/*
FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
Giancarlo version (corrects inappropriate use of BASEPRI)
***************************************************************************
* *