]> git.sur5r.net Git - freertos/commitdiff
Update new project file.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 6 Aug 2009 20:31:17 +0000 (20:31 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 6 Aug 2009 20:31:17 +0000 (20:31 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@833 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/NiosII_CycloneIII_DBC3C40_GCC/.sopc_builder/install2.ptf
Demo/NiosII_CycloneIII_DBC3C40_GCC/CreateProjectDirectoryStructure.bat
Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/.cdtbuild
Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c

index c42d3277412e5f13a31d0ca5858e8c274086b513..125a5c8228cc08dc8979478ded99fb764cff7205 100644 (file)
@@ -1,7 +1,7 @@
 PACKAGE install2 \r
 {\r
    # This file informs the Nios II IDE of non-legacy component paths.\r
-   # Generated 2009.08.05.16:22:08\r
+   # Generated 2009.08.06.21:27:33\r
    COMPONENT alt_vip_clip \r
    {\r
       VERSION 9.0 \r
index b0bdb9f72626502a35ce612678beaa600ccd68cc..9b6f2c1f3bb47176b31c1a6956c08989394ad931 100644 (file)
@@ -31,7 +31,7 @@ IF EXIST RTOSDemo\FreeRTOS Goto END
        copy ..\..\Source\portable\GCC\NiosII\*.* RTOSDemo\FreeRTOS\portable\GCC\NiosII\r
        \r
        REM Copy the basic memory allocation files\r
-       copy ..\..\Source\portable\MemMang\*.* RTOSDemo\FreeRTOS\portable\MemMang\r
+       copy ..\..\Source\portable\MemMang\heap_2.c RTOSDemo\FreeRTOS\portable\MemMang\r
 \r
        REM Copy the files that define the Common_Demo_Tasks.\r
        copy ..\Common\minimal\BlockQ.c "RTOSDemo\Common_Demo_Tasks"\r
index 6b6e7ee0f1f116f4731619e4a6f855e714b4334e..b750e66ab525cb13336337da169bcb954fce1822 100644 (file)
@@ -7,7 +7,7 @@
 <toolChain id="com.altera.nj.ui.exe.Debug.241068812" name="com.altera.nj.ui.exe.Debug" superClass="com.altera.nj.ui.exe.Debug">\r
 <tool id="com.altera.nj.ui.tool.compiler.exe.debug.238740427" name="Nios II Compiler" superClass="com.altera.nj.ui.tool.compiler.exe.debug">\r
 <option id="nios2.compiler.general.include.paths.1954487624" superClass="nios2.compiler.general.include.paths" valueType="includePath">\r
-<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RTOSDemo/FreeRTOS/portable/GCC/Nios2}&quot;"/>\r
+<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RTOSDemo/FreeRTOS/portable/GCC/NiosII}&quot;"/>\r
 <listOptionValue builtIn="false" value="&quot;${workspace_loc:/RTOSDemo/Common_Demo_Tasks/include}&quot;"/>\r
 <listOptionValue builtIn="false" value="&quot;${workspace_loc:/RTOSDemo/FreeRTOS/include}&quot;"/>\r
 <listOptionValue builtIn="false" value="&quot;${workspace_loc:/RTOSDemo}&quot;"/>\r
index 8af0adf6c3937a1ebcac18bd6d3f3de1b1a959ef..802c8936ccc7cb38e63d75b1b67c7c82d3d95394 100644 (file)
@@ -52,6 +52,7 @@
 \r
 /* Scheduler includes. */\r
 #include "FreeRTOS.h"\r
+#include "task.h"\r
 \r
 /* Demo app includes. */\r
 #include "system.h"\r