-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cproject
140 lines (139 loc) · 16.3 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?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="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016" moduleId="org.eclipse.cdt.core.settings" name="328P_16Mhz">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
</extensions>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<configuration artifactName="${ProjName}" buildArtefactType="de.innot.avreclipse.buildArtefactType.app" buildProperties="org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug,org.eclipse.cdt.build.core.buildArtefactType=de.innot.avreclipse.buildArtefactType.app" description="Arduino Uno" id="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016" name="328P_16Mhz" parent="de.innot.avreclipse.configuration.app.debug">
<folderInfo id="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016." name="/" resourcePath="">
<toolChain id="de.innot.avreclipse.toolchain.winavr.app.debug.895249395" name="AVR-GCC Toolchain" superClass="de.innot.avreclipse.toolchain.winavr.app.debug">
<option id="de.innot.avreclipse.toolchain.options.toolchain.objcopy.flash.app.debug.1590818597" name="Generate HEX file for Flash memory" superClass="de.innot.avreclipse.toolchain.options.toolchain.objcopy.flash.app.debug" value="true" valueType="boolean"/>
<option id="de.innot.avreclipse.toolchain.options.toolchain.objcopy.eeprom.app.debug.1904754286" name="Generate HEX file for EEPROM" superClass="de.innot.avreclipse.toolchain.options.toolchain.objcopy.eeprom.app.debug"/>
<option id="de.innot.avreclipse.toolchain.options.toolchain.objdump.app.debug.375743065" name="Generate Extended Listing (Source + generated Assembler)" superClass="de.innot.avreclipse.toolchain.options.toolchain.objdump.app.debug"/>
<option id="de.innot.avreclipse.toolchain.options.toolchain.size.app.debug.1433205280" name="Print Size" superClass="de.innot.avreclipse.toolchain.options.toolchain.size.app.debug"/>
<option id="de.innot.avreclipse.toolchain.options.toolchain.avrdude.app.debug.51537416" name="AVRDude" superClass="de.innot.avreclipse.toolchain.options.toolchain.avrdude.app.debug" value="false" valueType="boolean"/>
<targetPlatform id="de.innot.avreclipse.targetplatform.winavr.app.debug.976980626" name="AVR Cross-Target" superClass="de.innot.avreclipse.targetplatform.winavr.app.debug"/>
<builder buildPath="${workspace_loc:/gamgee/Debug}" id="de.innot.avreclipse.target.builder.winavr.app.debug.537609688" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="AVR GNU Make Builder" superClass="de.innot.avreclipse.target.builder.winavr.app.debug">
<outputEntries>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="328P_16Mhz"/>
</outputEntries>
</builder>
<tool id="de.innot.avreclipse.tool.assembler.winavr.app.debug.215320644" name="AVR Assembler" superClass="de.innot.avreclipse.tool.assembler.winavr.app.debug">
<option id="de.innot.avreclipse.assembler.option.debug.level.1683385950" name="Generate Debugging Info" superClass="de.innot.avreclipse.assembler.option.debug.level"/>
<option id="de.innot.avreclipse.asm.option.include.paths.1353996327" name="#include paths for preprocessor(-I)" superClass="de.innot.avreclipse.asm.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="../gamgee/ArduinoCore"/>
<listOptionValue builtIn="false" value="C:/Users/mark/workspace/gamgee/gamgee/include"/>
<listOptionValue builtIn="false" value="../gamgee/gamgee/src"/>
<listOptionValue builtIn="false" value="C:/Users/mark/Dropbox/arduino-core"/>
</option>
<inputType id="de.innot.avreclipse.tool.assembler.input.1722239815" superClass="de.innot.avreclipse.tool.assembler.input"/>
</tool>
<tool id="de.innot.avreclipse.tool.compiler.winavr.app.debug.536068925" name="AVR Compiler" superClass="de.innot.avreclipse.tool.compiler.winavr.app.debug">
<option id="de.innot.avreclipse.compiler.option.debug.level.573369853" name="Generate Debugging Info" superClass="de.innot.avreclipse.compiler.option.debug.level" value="de.innot.avreclipse.compiler.option.debug.level.none" valueType="enumerated"/>
<option id="de.innot.avreclipse.compiler.option.optimize.1093597358" name="Optimization Level" superClass="de.innot.avreclipse.compiler.option.optimize" value="de.innot.avreclipse.compiler.optimize.size" valueType="enumerated"/>
<option id="de.innot.avreclipse.compiler.option.incpath.1961926390" name="Include Paths (-I)" superClass="de.innot.avreclipse.compiler.option.incpath" valueType="includePath">
<listOptionValue builtIn="false" value="C:/Users/mark/Dropbox/arduino-core"/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/test/util}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/test}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/ccsds/model}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/ccsds/transport}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/util}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src}""/>
</option>
<option id="de.innot.avreclipse.compiler.option.optimize.packstruct.1123827671" name="Pack structs (-fpack-struct)" superClass="de.innot.avreclipse.compiler.option.optimize.packstruct" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.compiler.option.optimize.shortenums.1914496113" name="Short enums (-fshort-enums)" superClass="de.innot.avreclipse.compiler.option.optimize.shortenums" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.compiler.option.optimize.other.808742753" name="Other Optimization Flags" superClass="de.innot.avreclipse.compiler.option.optimize.other" value="-ffunction-sections -fdata-sections" valueType="string"/>
<option id="de.innot.avreclipse.compiler.option.language.uchar.1735394642" name="char is unsigned (-funsigned-char)" superClass="de.innot.avreclipse.compiler.option.language.uchar" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.compiler.option.language.ubitfields.724229239" name="bitfields are unsigned (-funsigned-bitfields)" superClass="de.innot.avreclipse.compiler.option.language.ubitfields" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.compiler.option.def.1148691842" name="Define Syms (-D)" superClass="de.innot.avreclipse.compiler.option.def" valueType="definedSymbols">
<listOptionValue builtIn="false" value="ARDUINO=22"/>
</option>
<option id="de.innot.avreclipse.compiler.option.otherflags.784599055" name="Other flags" superClass="de.innot.avreclipse.compiler.option.otherflags" value="-DARDUINO=22 -g" valueType="string"/>
<inputType id="de.innot.avreclipse.compiler.winavr.input.509908816" name="C Source Files" superClass="de.innot.avreclipse.compiler.winavr.input"/>
</tool>
<tool command="avr-g++" id="de.innot.avreclipse.tool.cppcompiler.app.debug.1993562703" name="AVR C++ Compiler" superClass="de.innot.avreclipse.tool.cppcompiler.app.debug">
<option id="de.innot.avreclipse.cppcompiler.option.debug.level.332554902" name="Generate Debugging Info" superClass="de.innot.avreclipse.cppcompiler.option.debug.level" value="de.innot.avreclipse.cppcompiler.option.debug.level.none" valueType="enumerated"/>
<option id="de.innot.avreclipse.cppcompiler.option.optimize.802376349" name="Optimization Level" superClass="de.innot.avreclipse.cppcompiler.option.optimize" value="de.innot.avreclipse.cppcompiler.optimize.size" valueType="enumerated"/>
<option id="de.innot.avreclipse.cppcompiler.option.incpath.2079403118" name="Include Paths (-I)" superClass="de.innot.avreclipse.cppcompiler.option.incpath" valueType="includePath">
<listOptionValue builtIn="false" value="C:/Users/mark/Dropbox/arduino-core"/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/test/util}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/test}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/util}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/ccsds/transport}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/ccsds/model}""/>
</option>
<option id="de.innot.avreclipse.cppcompiler.option.optimize.packstruct.1422301372" name="Pack structs (-fpack-struct)" superClass="de.innot.avreclipse.cppcompiler.option.optimize.packstruct" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.cppcompiler.option.optimize.shortenums.900077104" name="Short enums (-fshort-enums)" superClass="de.innot.avreclipse.cppcompiler.option.optimize.shortenums" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.cppcompiler.option.optimize.other.1519261902" name="Other Optimization Flags" superClass="de.innot.avreclipse.cppcompiler.option.optimize.other" value="-ffunction-sections -fdata-sections" valueType="string"/>
<option id="de.innot.avreclipse.cppcompiler.option.language.uchar.1298964448" name="char is unsigned (-funsigned-char)" superClass="de.innot.avreclipse.cppcompiler.option.language.uchar" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.cppcompiler.option.language.ubitfields.319174530" name="bitfields are unsigned (-funsigned-bitfields)" superClass="de.innot.avreclipse.cppcompiler.option.language.ubitfields" value="false" valueType="boolean"/>
<option id="de.innot.avreclipse.cppcompiler.option.def.208137877" name="Define Syms (-D)" superClass="de.innot.avreclipse.cppcompiler.option.def" valueType="definedSymbols">
<listOptionValue builtIn="false" value="ARDUINO=22"/>
</option>
<option id="de.innot.avreclipse.cppcompiler.option.otherflags.67965314" name="Other flags" superClass="de.innot.avreclipse.cppcompiler.option.otherflags" value="-DARDUINO=22 -g" valueType="string"/>
<inputType id="de.innot.avreclipse.cppcompiler.input.643595148" superClass="de.innot.avreclipse.cppcompiler.input"/>
</tool>
<tool id="de.innot.avreclipse.tool.linker.winavr.app.debug.758700174" name="AVR C Linker" superClass="de.innot.avreclipse.tool.linker.winavr.app.debug"/>
<tool command="avr-g++" commandLinePattern="${COMMAND} -s -Os -Wl,--gc-sections ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -lm ${FLAGS}" id="de.innot.avreclipse.tool.cpplinker.app.debug.1809840882" name="AVR C++ Linker" superClass="de.innot.avreclipse.tool.cpplinker.app.debug">
<option id="de.innot.avreclipse.cpplinker.option.libpath.1881578780" name="Libraries Path (-L)" superClass="de.innot.avreclipse.cpplinker.option.libpath" valueType="stringList">
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/arduinolib}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>
</option>
<option id="de.innot.avreclipse.cpplinker.option.libs.389137855" name="Libraries (-l)" superClass="de.innot.avreclipse.cpplinker.option.libs" valueType="libs">
<listOptionValue builtIn="false" value="ArduinoCore"/>
</option>
<option id="de.innot.avreclipse.cpplinker.option.otherlinkargs.900149778" name="Other Arguments" superClass="de.innot.avreclipse.cpplinker.option.otherlinkargs" value="" valueType="string"/>
<inputType id="de.innot.avreclipse.tool.cpplinker.input.1610565409" name="OBJ Files" superClass="de.innot.avreclipse.tool.cpplinker.input">
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
</inputType>
</tool>
<tool id="de.innot.avreclipse.tool.archiver.winavr.base.834921690" name="AVR Archiver" superClass="de.innot.avreclipse.tool.archiver.winavr.base"/>
<tool id="de.innot.avreclipse.tool.objdump.winavr.app.debug.1484550670" name="AVR Create Extended Listing" superClass="de.innot.avreclipse.tool.objdump.winavr.app.debug"/>
<tool id="de.innot.avreclipse.tool.objcopy.flash.winavr.app.debug.127194876" name="AVR Create Flash image" superClass="de.innot.avreclipse.tool.objcopy.flash.winavr.app.debug"/>
<tool id="de.innot.avreclipse.tool.objcopy.eeprom.winavr.app.debug.1917541178" name="AVR Create EEPROM image" superClass="de.innot.avreclipse.tool.objcopy.eeprom.winavr.app.debug"/>
<tool id="de.innot.avreclipse.tool.size.winavr.app.debug.275659937" name="Print Size" superClass="de.innot.avreclipse.tool.size.winavr.app.debug"/>
<tool id="de.innot.avreclipse.tool.avrdude.app.debug.14862246" name="AVRDude" superClass="de.innot.avreclipse.tool.avrdude.app.debug"/>
</toolChain>
</folderInfo>
<sourceEntries>
<entry excluding="pure_virtual.cpp" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="src"/>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="arduinolib"/>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="test"/>
</sourceEntries>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<project id="gamgee.de.innot.avreclipse.project.winavr.elf_2.1.0.1691676554" name="AVR Cross Target Application" projectType="de.innot.avreclipse.project.winavr.elf_2.1.0"/>
</storageModule>
<storageModule moduleId="refreshScope" versionNumber="1">
<resource resourceType="PROJECT" workspacePath="/gamgee"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
<scannerConfigBuildInfo instanceId="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016;de.innot.avreclipse.configuration.app.debug.1955437602.2070760016.;de.innot.avreclipse.tool.compiler.winavr.app.debug.536068925;de.innot.avreclipse.compiler.winavr.input.509908816">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="de.innot.avreclipse.core.AVRGCCManagedMakePerProjectProfileC"/>
</scannerConfigBuildInfo>
<scannerConfigBuildInfo instanceId="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016;de.innot.avreclipse.configuration.app.debug.1955437602.2070760016.">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="de.innot.avreclipse.core.AVRGCCManagedMakePerProjectProfileC"/>
</scannerConfigBuildInfo>
<scannerConfigBuildInfo instanceId="de.innot.avreclipse.configuration.app.debug.1955437602.2070760016;de.innot.avreclipse.configuration.app.debug.1955437602.2070760016.;de.innot.avreclipse.tool.cppcompiler.app.debug.1993562703;de.innot.avreclipse.cppcompiler.input.643595148">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="de.innot.avreclipse.core.AVRGCCManagedMakePerProjectProfileCPP"/>
</scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
</cproject>