forked from dalmirdasilva/ArduinoCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cproject
More file actions
executable file
·81 lines (81 loc) · 8.8 KB
/
.cproject
File metadata and controls
executable file
·81 lines (81 loc) · 8.8 KB
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
<?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.lib.release.1183490845">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="de.innot.avreclipse.configuration.lib.release.1183490845" moduleId="org.eclipse.cdt.core.settings" name="Release">
<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"/>
</extensions>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<configuration artifactExtension="a" artifactName="${ProjName}" buildArtefactType="de.innot.avreclipse.buildArtefactType.staticLib" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=de.innot.avreclipse.buildArtefactType.staticLib,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release" cleanCommand="rm -rf" description="" id="de.innot.avreclipse.configuration.lib.release.1183490845" name="Release" parent="de.innot.avreclipse.configuration.lib.release">
<folderInfo id="de.innot.avreclipse.configuration.lib.release.1183490845." name="/" resourcePath="">
<toolChain id="de.innot.avreclipse.toolchain.winavr.lib.release.2010490041" name="AVR-GCC Toolchain" superClass="de.innot.avreclipse.toolchain.winavr.lib.release">
<option id="de.innot.avreclipse.toolchain.options.toolchain.objdump.lib.release.28181957" name="Generate Extended Listing (Source + generated Assembler)" superClass="de.innot.avreclipse.toolchain.options.toolchain.objdump.lib.release"/>
<option id="de.innot.avreclipse.toolchain.options.toolchain.size.lib.release.1860680897" name="Print Size" superClass="de.innot.avreclipse.toolchain.options.toolchain.size.lib.release"/>
<targetPlatform id="de.innot.avreclipse.targetplatform.winavr.lib.release.28337539" name="AVR Cross-Target" superClass="de.innot.avreclipse.targetplatform.winavr.lib.release"/>
<builder buildPath="${workspace_loc:/ArduinoCamera/Release}" id="de.innot.avreclipse.target.builder.winavr.lib.release.168932069" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="AVR GNU Make Builder" superClass="de.innot.avreclipse.target.builder.winavr.lib.release"/>
<tool id="de.innot.avreclipse.tool.assembler.winavr.lib.release.157649989" name="AVR Assembler" superClass="de.innot.avreclipse.tool.assembler.winavr.lib.release">
<option id="de.innot.avreclipse.assembler.option.debug.level.488102353" name="Generate Debugging Info" superClass="de.innot.avreclipse.assembler.option.debug.level" value="de.innot.avreclipse.assembler.option.debug.level.none" valueType="enumerated"/>
<inputType id="de.innot.avreclipse.tool.assembler.input.2100488155" superClass="de.innot.avreclipse.tool.assembler.input"/>
</tool>
<tool id="de.innot.avreclipse.tool.compiler.winavr.lib.release.275327147" name="AVR Compiler" superClass="de.innot.avreclipse.tool.compiler.winavr.lib.release">
<option id="de.innot.avreclipse.compiler.option.debug.level.419947065" 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.1357010041" name="Optimization Level" superClass="de.innot.avreclipse.compiler.option.optimize" value="de.innot.avreclipse.compiler.optimize.size" valueType="enumerated"/>
<inputType id="de.innot.avreclipse.compiler.winavr.input.116912516" name="C Source Files" superClass="de.innot.avreclipse.compiler.winavr.input"/>
</tool>
<tool id="de.innot.avreclipse.tool.cppcompiler.lib.release.548260278" name="AVR C++ Compiler" superClass="de.innot.avreclipse.tool.cppcompiler.lib.release">
<option id="de.innot.avreclipse.cppcompiler.option.debug.level.1329431682" 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.151653085" 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.777521109" name="Include Paths (-I)" superClass="de.innot.avreclipse.cppcompiler.option.incpath" valueType="includePath">
<listOptionValue builtIn="false" value=""${workspace_loc:/ArduinoCore/libraries/SoftwareSerial/src}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/ArduinoCore/libraries/Wire/src}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/ArduinoCore/variants/standard}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/ArduinoIO/OutputStream}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/ArduinoCore}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/ArduinoIO/Closeable}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Camera}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/CameraAL422B}""/>
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/CameraOV7670}""/>
</option>
<inputType id="de.innot.avreclipse.cppcompiler.input.282233227" superClass="de.innot.avreclipse.cppcompiler.input"/>
</tool>
<tool id="de.innot.avreclipse.tool.linker.winavr.base.742201139" name="AVR C Linker" superClass="de.innot.avreclipse.tool.linker.winavr.base"/>
<tool id="de.innot.avreclipse.tool.cpplinker.base.352972963" name="AVR C++ Linker" superClass="de.innot.avreclipse.tool.cpplinker.base"/>
<tool id="de.innot.avreclipse.tool.archiver.winavr.lib.release.1532097237" name="AVR Archiver" superClass="de.innot.avreclipse.tool.archiver.winavr.lib.release"/>
<tool id="de.innot.avreclipse.tool.objdump.winavr.lib.release.560297769" name="AVR Create Extended Listing" superClass="de.innot.avreclipse.tool.objdump.winavr.lib.release"/>
<tool id="de.innot.avreclipse.tool.size.winavr.lib.release.772211551" name="Print Size" superClass="de.innot.avreclipse.tool.size.winavr.lib.release"/>
</toolChain>
</folderInfo>
<sourceEntries>
<entry excluding="CameraVC0706/example|CameraOV7670/datasheet|CameraAL422B/datasheet" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<project id="ArduinoCamera.de.innot.avreclipse.project.winavr.staticlib.1776137511" name="AVR Cross Target Static Library" projectType="de.innot.avreclipse.project.winavr.staticlib"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
<scannerConfigBuildInfo instanceId="de.innot.avreclipse.configuration.lib.release.1183490845;de.innot.avreclipse.configuration.lib.release.1183490845.;de.innot.avreclipse.tool.cppcompiler.lib.release.548260278;de.innot.avreclipse.cppcompiler.input.282233227">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="de.innot.avreclipse.core.AVRGCCManagedMakePerProjectProfileCPP"/>
</scannerConfigBuildInfo>
<scannerConfigBuildInfo instanceId="de.innot.avreclipse.configuration.lib.release.1183490845;de.innot.avreclipse.configuration.lib.release.1183490845.;de.innot.avreclipse.tool.compiler.winavr.lib.release.275327147;de.innot.avreclipse.compiler.winavr.input.116912516">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="de.innot.avreclipse.core.AVRGCCManagedMakePerProjectProfileC"/>
</scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="Release">
<resource resourceType="PROJECT" workspacePath="/ArduinoCamera"/>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
</cproject>