<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>FreeRTOS_Demo</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
			<triggers>clean,full,incremental,</triggers>
			<arguments>
				<dictionary>
					<key>?name?</key>
					<value></value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.append_environment</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
					<value>all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.buildArguments</key>
					<value></value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.buildCommand</key>
					<value>make</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.buildLocation</key>
					<value>${workspace_loc:/FreeRTOS_Demo/Debug}</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
					<value>clean</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.contents</key>
					<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
					<value>false</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enableFullBuild</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
					<value>all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.stopOnError</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
					<value>true</value>
				</dictionary>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
			<triggers>full,incremental,</triggers>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.cdt.core.cnature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
	</natures>
	<linkedResources>
		<link>
			<name>Source/FreeRTOS-Source</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/Portable</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/include</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/include</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/list.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/list.c</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/queue.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/queue.c</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/tasks.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/tasks.c</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/timers.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/timers.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-CLI</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-FAT-SL</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/Portable/MemMang</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/Portable/RVDS</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/BlockQ.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/BlockQ.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/GenQTest.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/GenQTest.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/QueueOverwrite.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/TimerDemo.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/TimerDemo.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/blocktim.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/blocktim.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/comtest.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/comtest.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/countsem.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/countsem.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/death.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/death.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/dynamic.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/dynamic.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/flop.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/flop.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/include</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/include</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/recmutex.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/recmutex.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/Common-Demo-Source/semtest.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/semtest.c</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-FAT-SL/Media-Driver</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-FAT-SL/api</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-FAT-SL/common</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-FAT-SL/rtc</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/rtc</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/Portable/MemMang/heap_4.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/portable/MemMang/heap_4.c</locationURI>
		</link>
		<link>
			<name>Source/FreeRTOS-Source/Portable/RVDS/ARM_CA9</name>
			<type>2</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS/Source/portable/RVDS/ARM_CA9</locationURI>
		</link>
		<link>
			<name>Source/Full-Demo/FreeRTOS-Plus-FAT-SL/Media-Driver/ramdrv_f.c</name>
			<type>1</type>
			<locationURI>FreeRTOS_ROOT/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/media-drv/ram/ramdrv_f.c</locationURI>
		</link>
	</linkedResources>
	<variableList>
		<variable>
			<name>FreeRTOS_ROOT</name>
			<value>$%7BPARENT-3-PROJECT_LOC%7D</value>
		</variable>
	</variableList>
</projectDescription>
