add libraries
This commit is contained in:
33
.cproject
33
.cproject
@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?fileVersion 4.0.0?>
|
||||
|
||||
<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
||||
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
||||
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
||||
<cconfiguration id="it.baeyens.arduino.core.toolChain.release.400069008">
|
||||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="it.baeyens.arduino.core.toolChain.release.400069008" moduleId="org.eclipse.cdt.core.settings" name="Release">
|
||||
@ -22,22 +20,17 @@
|
||||
<tool id="it.baeyens.arduino.tool.sketch.compiler.cpp.442521309" name="Arduino C++ Compiler" superClass="it.baeyens.arduino.tool.sketch.compiler.cpp">
|
||||
<option id="it.baeyens.arduino.compiler.cpp.sketch.option.incpath.1534135165" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.cpp.sketch.option.incpath" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/arduino/core}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/Ethernet}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/Ethernet/utility}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/SPI}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/EEPROM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/Streaming}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Ethernet}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Ethernet/utility}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/SPI}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/EEPROM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Streaming}""/>
|
||||
</option>
|
||||
<inputType id="it.baeyens.arduino.compiler.cpp.sketch.input.1988694850" name="CPP source files" superClass="it.baeyens.arduino.compiler.cpp.sketch.input"/>
|
||||
</tool>
|
||||
<tool id="it.baeyens.arduino.tool.compiler.c.1177223344" name="Arduino C Compiler" superClass="it.baeyens.arduino.tool.compiler.c">
|
||||
<option id="it.baeyens.arduino.compiler.c.sketch.option.incpath.420249303" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.c.sketch.option.incpath" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/arduino/core}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/Ethernet}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/Ethernet/utility}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/SPI}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/EEPROM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/NetMeterBusMaster2/Libraries/Streaming}""/>
|
||||
</option>
|
||||
<inputType id="it.baeyens.arduino.compiler.c.sketch.input.1905071279" name="C Source Files" superClass="it.baeyens.arduino.compiler.c.sketch.input"/>
|
||||
</tool>
|
||||
@ -46,10 +39,15 @@
|
||||
<tool id="it.baeyens.arduino.tool.objcopy.eep.2038346519" name="Arduino tool Create eeprom" superClass="it.baeyens.arduino.tool.objcopy.eep"/>
|
||||
<tool id="it.baeyens.arduino.tool.objcopy.flash.1009260605" name="Arduino tool Create hex" superClass="it.baeyens.arduino.tool.objcopy.flash"/>
|
||||
<tool id="it.baeyens.arduino.tool.size.2023431554" name="Arduino tool Print Size" superClass="it.baeyens.arduino.tool.size"/>
|
||||
<tool id="it.baeyens.arduino.tool.sketch.compiler.s.681983130" name="Arduino Assembler" superClass="it.baeyens.arduino.tool.sketch.compiler.s"/>
|
||||
</toolChain>
|
||||
</folderInfo>
|
||||
<sourceEntries>
|
||||
<entry excluding="Libraries/*/?xamples" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
|
||||
<entry excluding="EEPROM|Streaming|SPI|Ethernet|Libraries/*/?xamples" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="EEPROM"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Ethernet"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="SPI"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Streaming"/>
|
||||
</sourceEntries>
|
||||
</configuration>
|
||||
</storageModule>
|
||||
@ -63,5 +61,10 @@
|
||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||
</storageModule>
|
||||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
||||
<storageModule moduleId="refreshScope"/>
|
||||
<storageModule moduleId="refreshScope" versionNumber="2">
|
||||
<configuration configurationName="Release">
|
||||
<resource resourceType="PROJECT" workspacePath="/NetMeterBusMaster2"/>
|
||||
</configuration>
|
||||
</storageModule>
|
||||
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
|
||||
</cproject>
|
||||
|
Reference in New Issue
Block a user