-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathm0app_config.xml
76 lines (76 loc) · 3.24 KB
/
m0app_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
<?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">/${ProjName}/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/config_43xx_m0app</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/usbd_rom</includepath>
<includepath workspace_path="true">/ciaa_api/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/config_m0app</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/usbd</includepath>
</language>
<language id="org.eclipse.cdt.core.assembly" name="Assembly Source File">
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/config_43xx_m0app</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/usbd_rom</includepath>
<includepath workspace_path="true">/${ProjName}/inc</includepath>
<includepath workspace_path="true">/ciaa_api/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/config_m0app</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/usbd</includepath>
</language>
<language id="org.eclipse.cdt.core.com.crt.mcu.assembly" name="Additional Assembly Source Files">
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/config_43xx_m0app</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/usbd_rom</includepath>
<includepath workspace_path="true">/${ProjName}/inc</includepath>
<includepath workspace_path="true">/ciaa_api/inc</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/config_m0app</includepath>
<includepath workspace_path="true">/lpc_chip_43xx_m0/inc/usbd</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_M0</name>
<value/>
</macro>
<macro>
<name>__USE_LPCOPEN</name>
<value/>
</macro>
<macro>
<name>__LPC43XX__</name>
<value/>
</macro>
<macro>
<name>__REDLIB__</name>
<value/>
</macro>
<macro>
<name>__MULTICORE_M0APP</name>
<value/>
</macro>
<macro>
<name>CORE_M0APP</name>
<value/>
</macro>
<macro>
<name>NO_BOARD_LIB</name>
<value/>
</macro>
</language>
<language id="org.eclipse.cdt.core.assembly" name="Assembly Source File"/>
<language id="org.eclipse.cdt.core.com.crt.mcu.assembly" name="Additional Assembly Source Files"/>
<language name="Object File"/>
</section>
</cdtprojectproperties>