2016-03-02 17:30:46 +01:00
|
|
|
<?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="it.baeyens.arduino.core.toolChain.release.1898938335">
|
|
|
|
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="it.baeyens.arduino.core.toolChain.release.1898938335" 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.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
|
|
<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"/>
|
|
|
|
</extensions>
|
|
|
|
</storageModule>
|
|
|
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
|
|
<configuration artifactName="${ProjName}" buildProperties="" description="" id="it.baeyens.arduino.core.toolChain.release.1898938335" name="Release" parent="org.eclipse.cdt.build.core.emptycfg">
|
|
|
|
<folderInfo id="it.baeyens.arduino.core.toolChain.release.1898938335.234065437" name="/" resourcePath="">
|
|
|
|
<toolChain id="it.baeyens.arduino.core.toolChain.release.696514450" name="Arduino Toolchain" superClass="it.baeyens.arduino.core.toolChain.release">
|
|
|
|
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="it.baeyens.arduino.targetplatform.1277984405" name="Arduino Target" osList="all" superClass="it.baeyens.arduino.targetplatform"/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<builder buildPath="${workspace_loc:/MqttMonitor}/Release" id="it.baeyens.arduino.sketch.builder.1238209556" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Arduino sketch builder" superClass="it.baeyens.arduino.sketch.builder">
|
|
|
|
<outputEntries>
|
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="Release"/>
|
|
|
|
</outputEntries>
|
|
|
|
</builder>
|
2016-03-02 17:30:46 +01:00
|
|
|
<tool id="it.baeyens.arduino.tool.sketch.compiler.cpp.1105246056" name="Arduino C++ Compiler" superClass="it.baeyens.arduino.tool.sketch.compiler.cpp">
|
|
|
|
<option id="it.baeyens.arduino.compiler.cpp.sketch.option.incpath.660768886" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.cpp.sketch.option.incpath" valueType="includePath">
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/arduino/core}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/arduino/variant}""/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Adafruit-GFX}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Metro}""/>
|
2016-03-02 17:30:46 +01:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/MQTT}""/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Streaming}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/TFT_ILI9341}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Touch-Screen}""/>
|
2016-07-11 21:51:33 +02:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Adafruit_FT6206}""/>
|
2016-10-29 23:45:24 +02:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/core/core}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/core/variant}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/WiFi}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Wire}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/SPI}""/>
|
2016-03-02 17:30:46 +01:00
|
|
|
</option>
|
|
|
|
<inputType id="it.baeyens.arduino.compiler.cpp.sketch.input.505756577" name="CPP source files" superClass="it.baeyens.arduino.compiler.cpp.sketch.input"/>
|
|
|
|
</tool>
|
|
|
|
<tool id="it.baeyens.arduino.tool.compiler.c.145614910" name="Arduino C Compiler" superClass="it.baeyens.arduino.tool.compiler.c">
|
|
|
|
<option id="it.baeyens.arduino.compiler.c.sketch.option.incpath.2126801261" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.c.sketch.option.incpath" valueType="includePath">
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/arduino/core}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/arduino/variant}""/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Adafruit-GFX}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Metro}""/>
|
2016-03-02 17:30:46 +01:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/MQTT}""/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Streaming}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/TFT_ILI9341}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Touch-Screen}""/>
|
2016-07-11 21:51:33 +02:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Adafruit_FT6206}""/>
|
2016-10-29 23:45:24 +02:00
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/core/core}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/core/variant}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/WiFi}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/Wire}""/>
|
|
|
|
<listOptionValue builtIn="false" value=""${workspace_loc:/MqttMonitor/SPI}""/>
|
2016-03-02 17:30:46 +01:00
|
|
|
</option>
|
|
|
|
<inputType id="it.baeyens.arduino.compiler.c.sketch.input.575652065" name="C Source Files" superClass="it.baeyens.arduino.compiler.c.sketch.input"/>
|
|
|
|
</tool>
|
|
|
|
<tool id="it.baeyens.arduino.tool.sketch.compiler.s.2035859172" name="Arduino Assembler" superClass="it.baeyens.arduino.tool.sketch.compiler.s"/>
|
|
|
|
<tool id="it.baeyens.arduino.tool.ar.1735903555" name="Arduino archiver" superClass="it.baeyens.arduino.tool.ar"/>
|
|
|
|
<tool id="it.baeyens.arduino.tool.combine.1915545184" name="Arduino combiner" superClass="it.baeyens.arduino.tool.combine"/>
|
|
|
|
<tool id="it.baeyens.arduino.tool.objcopy.eep.1786257532" name="Arduino tool Create eeprom" superClass="it.baeyens.arduino.tool.objcopy.eep"/>
|
|
|
|
<tool id="it.baeyens.arduino.tool.objcopy.flash.1768320109" name="Arduino tool Create hex" superClass="it.baeyens.arduino.tool.objcopy.flash"/>
|
|
|
|
<tool id="it.baeyens.arduino.tool.size.232303691" name="Arduino tool Print Size" superClass="it.baeyens.arduino.tool.size"/>
|
|
|
|
</toolChain>
|
|
|
|
</folderInfo>
|
|
|
|
<sourceEntries>
|
2016-10-29 23:45:24 +02:00
|
|
|
<entry excluding="Wire|SPI|WiFi|Adafruit_FT6206|Adafruit-GFX|Libraries/*/?xamples|Streaming|MQTT|TFT_ILI9341|Libraries/*/?xtras|Metro|Touch-Screen|TFTLCD" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Adafruit-GFX"/>
|
2016-07-11 21:51:33 +02:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Adafruit_FT6206"/>
|
2016-03-02 17:30:46 +01:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="MQTT"/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Metro"/>
|
2016-10-29 23:45:24 +02:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="SPI"/>
|
2016-03-03 23:19:56 +01:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Streaming"/>
|
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="TFT_ILI9341"/>
|
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Touch-Screen"/>
|
2016-10-29 23:45:24 +02:00
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="WiFi"/>
|
|
|
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Wire"/>
|
2016-03-02 17:30:46 +01:00
|
|
|
</sourceEntries>
|
|
|
|
</configuration>
|
|
|
|
</storageModule>
|
|
|
|
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
|
|
|
</cconfiguration>
|
|
|
|
</storageModule>
|
|
|
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
|
|
<project id="MqttMonitor.null.423915883" name="MqttMonitor"/>
|
|
|
|
</storageModule>
|
|
|
|
<storageModule moduleId="scannerConfiguration">
|
|
|
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
|
|
|
</storageModule>
|
|
|
|
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
2016-07-11 21:51:33 +02:00
|
|
|
<storageModule moduleId="refreshScope" versionNumber="2">
|
|
|
|
<configuration configurationName="Release">
|
|
|
|
<resource resourceType="PROJECT" workspacePath="/MqttMonitor"/>
|
|
|
|
</configuration>
|
|
|
|
</storageModule>
|
2016-03-03 23:19:56 +01:00
|
|
|
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
|
2016-10-29 23:45:24 +02:00
|
|
|
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
|
2016-03-02 17:30:46 +01:00
|
|
|
</cproject>
|