-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathm4_config.xml
77 lines (77 loc) · 2.99 KB
/
m4_config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language id="org.eclipse.cdt.core.gcc" name="C Source File">
<includepath workspace_path="true">/lpc_chip_43xx/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc/config_43xx</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc/usbd_rom</includepath>
<includepath workspace_path="true">/${ProjName}/inc</includepath>
<includepath workspace_path="true">/ciaa_api/inc</includepath>
<includepath workspace_path="true">/ciaa_api</includepath>
</language>
<language id="org.eclipse.cdt.core.com.crt.mcu.assembly" name="Additional Assembly Source Files">
<includepath workspace_path="true">/${ProjName}/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc/usbd_rom</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc/config_43xx</includepath>
<includepath workspace_path="true">/ciaa_api/inc</includepath>
<includepath workspace_path="true">/ciaa_api</includepath>
</language>
<language id="org.eclipse.cdt.core.assembly" name="Assembly Source File">
<includepath workspace_path="true">/${ProjName}/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc/usbd_rom</includepath>
<includepath workspace_path="true">/lpc_chip_43xx/inc/config_43xx</includepath>
<includepath workspace_path="true">/ciaa_api/inc</includepath>
<includepath workspace_path="true">/ciaa_api</includepath>
</language>
<language name="Object File"/>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language id="org.eclipse.cdt.core.gcc" name="C Source File">
<macro>
<name>DEBUG</name>
<value/>
</macro>
<macro>
<name>__CODE_RED</name>
<value/>
</macro>
<macro>
<name>CORE_M4</name>
<value/>
</macro>
<macro>
<name>__USE_LPCOPEN</name>
<value/>
</macro>
<macro>
<name>__LPC43XX__</name>
<value/>
</macro>
<macro>
<name>__REDLIB__</name>
<value/>
</macro>
<macro>
<name>LPC43_MULTICORE_M0APP</name>
<value/>
</macro>
<macro>
<name>__MULTICORE_MASTER</name>
<value/>
</macro>
<macro>
<name>__MULTICORE_MASTER_SLAVE_M0APP</name>
<value/>
</macro>
<macro>
<name>NO_BOARD_LIB</name>
<value/>
</macro>
</language>
<language id="org.eclipse.cdt.core.com.crt.mcu.assembly" name="Additional Assembly Source Files"/>
<language id="org.eclipse.cdt.core.assembly" name="Assembly Source File"/>
<language name="Object File"/>
</section>
</cdtprojectproperties>