mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update new project file.
This commit is contained in:
parent
3f3a091728
commit
d2a29ece23
|
@ -1,7 +1,7 @@
|
||||||
PACKAGE install2
|
PACKAGE install2
|
||||||
{
|
{
|
||||||
# This file informs the Nios II IDE of non-legacy component paths.
|
# This file informs the Nios II IDE of non-legacy component paths.
|
||||||
# Generated 2009.08.05.16:22:08
|
# Generated 2009.08.06.21:27:33
|
||||||
COMPONENT alt_vip_clip
|
COMPONENT alt_vip_clip
|
||||||
{
|
{
|
||||||
VERSION 9.0
|
VERSION 9.0
|
||||||
|
|
|
@ -31,7 +31,7 @@ IF EXIST RTOSDemo\FreeRTOS Goto END
|
||||||
copy ..\..\Source\portable\GCC\NiosII\*.* RTOSDemo\FreeRTOS\portable\GCC\NiosII
|
copy ..\..\Source\portable\GCC\NiosII\*.* RTOSDemo\FreeRTOS\portable\GCC\NiosII
|
||||||
|
|
||||||
REM Copy the basic memory allocation files
|
REM Copy the basic memory allocation files
|
||||||
copy ..\..\Source\portable\MemMang\*.* RTOSDemo\FreeRTOS\portable\MemMang
|
copy ..\..\Source\portable\MemMang\heap_2.c RTOSDemo\FreeRTOS\portable\MemMang
|
||||||
|
|
||||||
REM Copy the files that define the Common_Demo_Tasks.
|
REM Copy the files that define the Common_Demo_Tasks.
|
||||||
copy ..\Common\minimal\BlockQ.c "RTOSDemo\Common_Demo_Tasks"
|
copy ..\Common\minimal\BlockQ.c "RTOSDemo\Common_Demo_Tasks"
|
||||||
|
|
|
@ -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">
|
<toolChain id="com.altera.nj.ui.exe.Debug.241068812" name="com.altera.nj.ui.exe.Debug" superClass="com.altera.nj.ui.exe.Debug">
|
||||||
<tool id="com.altera.nj.ui.tool.compiler.exe.debug.238740427" name="Nios II Compiler" superClass="com.altera.nj.ui.tool.compiler.exe.debug">
|
<tool id="com.altera.nj.ui.tool.compiler.exe.debug.238740427" name="Nios II Compiler" superClass="com.altera.nj.ui.tool.compiler.exe.debug">
|
||||||
<option id="nios2.compiler.general.include.paths.1954487624" superClass="nios2.compiler.general.include.paths" valueType="includePath">
|
<option id="nios2.compiler.general.include.paths.1954487624" superClass="nios2.compiler.general.include.paths" valueType="includePath">
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo/FreeRTOS/portable/GCC/Nios2}""/>
|
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo/FreeRTOS/portable/GCC/NiosII}""/>
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo/Common_Demo_Tasks/include}""/>
|
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo/Common_Demo_Tasks/include}""/>
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo/FreeRTOS/include}""/>
|
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo/FreeRTOS/include}""/>
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo}""/>
|
<listOptionValue builtIn="false" value=""${workspace_loc:/RTOSDemo}""/>
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
|
|
||||||
/* Scheduler includes. */
|
/* Scheduler includes. */
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
|
#include "task.h"
|
||||||
|
|
||||||
/* Demo app includes. */
|
/* Demo app includes. */
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
Loading…
Reference in a new issue