blob: 0c0726d5d750b48889d7b2e2b460856abac1110f (
plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>enet_uip</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>
<link>
<name>enet_uip.c</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-tm4c1294xl/enet_uip/enet_uip.c</locationURI>
</link>
<link>
<name>enet_uip_ccs.cmd</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-tm4c1294xl/enet_uip/enet_uip_ccs.cmd</locationURI>
</link>
<link>
<name>startup_ccs.c</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-tm4c1294xl/enet_uip/startup_ccs.c</locationURI>
</link>
<link>
<name>drivers/pinout.c</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-tm4c1294xl/drivers/pinout.c</locationURI>
</link>
<link>
<name>utils/uartstdio.c</name>
<type>1</type>
<locationURI>SW_ROOT/utils/uartstdio.c</locationURI>
</link>
<link>
<name>utils/ustdlib.c</name>
<type>1</type>
<locationURI>SW_ROOT/utils/ustdlib.c</locationURI>
</link>
<link>
<name>third_party/uip-1.0/uip/uip.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/uip-1.0/uip/uip.c</locationURI>
</link>
<link>
<name>third_party/uip-1.0/uip/uip_arp.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/uip-1.0/uip/uip_arp.c</locationURI>
</link>
<link>
<name>third_party/uip-1.0/uip/uip_timer.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/uip-1.0/uip/uip_timer.c</locationURI>
</link>
<link>
<name>third_party/uip-1.0/apps/dhcpc/dhcpc.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/uip-1.0/apps/dhcpc/dhcpc.c</locationURI>
</link>
<link>
<name>third_party/uip-1.0/apps/httpd/httpd.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/uip-1.0/apps/httpd/httpd.c</locationURI>
</link>
</linkedResources>
<variableList>
<variable>
<name>SW_ROOT</name>
<value>$%7BPARENT-5-PROJECT_LOC%7D</value>
</variable>
</variableList>
</projectDescription>
|