-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.cproject
71 lines (70 loc) · 4.78 KB
/
.cproject
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?fileVersion 4.0.0?>
<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="org.eclipse.cdt.core.default.config.1758903934">
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.1758903934" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
</extensions>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings">
<externalSettings containerId="org.coocox.ExternalSettings" factoryId="org.eclipse.cdt.core.extension.container.factory">
<externalSetting>
<entry flags="" kind="includePath" name="C:\CooCox\CoIDE\gcc\arm-none-eabi\include"/>
<entry flags="" kind="includePath" name="C:\CooCox\CoIDE\gcc\lib\gcc\arm-none-eabi\4.6.2\include"/>
<entry flags="" kind="includePath" name="C:\CooCox\CoIDE\gcc\lib\gcc\arm-none-eabi\4.6.2\include-fixed"/>
<entry flags="" kind="includePath" name="."/>
<entry flags="" kind="includePath" name="cmsis"/>
<entry flags="" kind="includePath" name="cmsis_boot"/>
<entry flags="" kind="includePath" name="FAT/src"/>
<entry flags="" kind="includePath" name="inc"/>
<entry flags="" kind="includePath" name="semihosting"/>
<entry flags="" kind="includePath" name="src"/>
<entry flags="" kind="includePath" name="stdio"/>
<entry flags="" kind="includePath" name="STM32_USB-FS-Device_Driver/inc"/>
<entry flags="" kind="includePath" name="stm_lib"/>
<entry flags="" kind="includePath" name="stm_lib/inc"/>
<entry flags="" kind="includePath" name="stm_lib/src"/>
<entry flags="" kind="includePath" name="syscalls"/>
<entry flags="" kind="includePath" name="USB_MASS_STORAGE/inc"/>
<entry flags="" kind="macro" name="__GNUC__" value=""/>
<entry flags="" kind="macro" name="STM32F10X_CL" value=""/>
<entry flags="" kind="macro" name="USE_STDPERIPH_DRIVER" value=""/>
<entry flags="" kind="macro" name="__ASSEMBLY__" value=""/>
<entry flags="" kind="macro" name="STM32F105VB" value=""/>
</externalSetting>
</externalSettings>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
<storageModule moduleId="org.eclipse.cdt.core.language.mapping"/>
</cconfiguration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry kind="src" path=""/>
<pathentry include="C:/CooCox/CoIDE/gcc/arm-none-eabi/include" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/gcc/lib/gcc/arm-none-eabi/4.6.2/include" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/gcc/lib/gcc/arm-none-eabi/4.6.2/include-fixed" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/cmsis" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/cmsis_boot" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/FAT/src" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/inc" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/semihosting" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/src" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/stdio" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/STM32_USB-FS-Device_Driver/inc" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/stm_lib" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/stm_lib/inc" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/stm_lib/src" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/syscalls" kind="inc" path="" system="true"/>
<pathentry include="C:/CooCox/CoIDE/workspace/ecg/board/USB_MASS_STORAGE/inc" kind="inc" path="" system="true"/>
<pathentry kind="mac" name="__GNUC__" path="" value=""/>
<pathentry kind="mac" name="STM32F10X_CL" path="" value=""/>
<pathentry kind="mac" name="USE_STDPERIPH_DRIVER" path="" value=""/>
<pathentry kind="mac" name="__ASSEMBLY__" path="" value=""/>
<pathentry kind="mac" name="STM32F105VB" path="" value=""/>
<pathentry kind="out" path=""/>
</storageModule>
</cproject>