.project 1.6 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>rt-thread</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
			<triggers>full,incremental,</triggers>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>com.ti.ccstudio.core.ccsNature</nature>
		<nature>org.eclipse.cdt.core.cnature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
		<nature>org.eclipse.cdt.core.ccnature</nature>
		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
	</natures>
	<linkedResources>
28 29 30 31 32
		<link>
			<name>DeviceDrivers</name>
			<type>2</type>
			<locationURI>virtual:/virtual</locationURI>
		</link>
33
		<link>
34
			<name>Kernel</name>
35
			<type>2</type>
36
			<locationURI>PARENT-2-PROJECT_LOC/src</locationURI>
37 38
		</link>
		<link>
39
			<name>c28x</name>
40
			<type>2</type>
41
			<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c28x</locationURI>
42
		</link>
43 44 45 46 47
		<link>
			<name>finsh</name>
			<type>2</type>
			<locationURI>PARENT-2-PROJECT_LOC/components/finsh</locationURI>
		</link>
48 49 50 51 52 53
		<link>
			<name>DeviceDrivers/serial.c</name>
			<type>1</type>
			<locationURI>PARENT-2-PROJECT_LOC/components/drivers/serial/serial.c</locationURI>
		</link>
		<link>
54
			<name>DeviceDrivers/ipc</name>
55
			<type>2</type>
56
			<locationURI>PARENT-2-PROJECT_LOC/components/drivers/ipc</locationURI>
57
		</link>
58 59
	</linkedResources>
</projectDescription>