In files added a few moments ago:

+ Correct version number in comments at top of file.
+ Correct path in batch file.
pull/1/head
Richard Barry 13 years ago
parent 7427c0eff2
commit b4b4f306c2

@ -31,7 +31,7 @@ IF EXIST Source\FreeRTOS_Source Goto END
copy ..\..\..\Source\include\*.* Source\FreeRTOS_Source\include copy ..\..\..\Source\include\*.* Source\FreeRTOS_Source\include
REM Copy the portable layer files 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 REM Copy the basic memory allocation files
copy ..\..\..\Source\portable\MemMang\heap_1.c Source\FreeRTOS_Source\portable\MemMang copy ..\..\..\Source\portable\MemMang\heap_1.c Source\FreeRTOS_Source\portable\MemMang

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

@ -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)
*************************************************************************** ***************************************************************************
* * * *

Loading…
Cancel
Save