-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,263 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?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.1814662166"> | ||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="it.baeyens.arduino.core.toolChain.release.1814662166" 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.1814662166" name="Release" parent="org.eclipse.cdt.build.core.emptycfg"> | ||
<folderInfo id="it.baeyens.arduino.core.toolChain.release.1814662166.1727095485" name="/" resourcePath=""> | ||
<toolChain id="it.baeyens.arduino.core.toolChain.release.1010796328" name="Arduino Toolchain" superClass="it.baeyens.arduino.core.toolChain.release"> | ||
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="it.baeyens.arduino.targetplatform.589480044" name="Arduino Target" osList="all" superClass="it.baeyens.arduino.targetplatform"/> | ||
<builder buildPath="${workspace_loc:/switchScanDe}/Release" id="it.baeyens.arduino.sketch.builder.910165668" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Arduino sketch builder" superClass="it.baeyens.arduino.sketch.builder"/> | ||
<tool id="it.baeyens.arduino.tool.sketch.compiler.cpp.1489032299" name="Arduino C++ Compiler" superClass="it.baeyens.arduino.tool.sketch.compiler.cpp"> | ||
<option id="it.baeyens.arduino.compiler.cpp.sketch.option.incpath.683034271" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.cpp.sketch.option.incpath" valueType="includePath"> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/pinball-lw3/arduino/core}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/pinball-lw3/arduino/variant}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/pinball-lw3/Libraries/TimerOne}""/> | ||
</option> | ||
<inputType id="it.baeyens.arduino.compiler.cpp.sketch.input.651052028" name="CPP source files" superClass="it.baeyens.arduino.compiler.cpp.sketch.input"/> | ||
</tool> | ||
<tool id="it.baeyens.arduino.tool.compiler.c.233348941" name="Arduino C Compiler" superClass="it.baeyens.arduino.tool.compiler.c"> | ||
<option id="it.baeyens.arduino.compiler.c.sketch.option.incpath.418371900" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.c.sketch.option.incpath" valueType="includePath"> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/pinball-lw3/arduino/core}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/pinball-lw3/arduino/variant}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/pinball-lw3/Libraries/TimerOne}""/> | ||
</option> | ||
<inputType id="it.baeyens.arduino.compiler.c.sketch.input.2079902469" name="C Source Files" superClass="it.baeyens.arduino.compiler.c.sketch.input"/> | ||
</tool> | ||
<tool id="it.baeyens.arduino.tool.sketch.compiler.s.889034609" name="Arduino Assembler" superClass="it.baeyens.arduino.tool.sketch.compiler.s"/> | ||
<tool id="it.baeyens.arduino.tool.ar.685710114" name="Arduino archiver" superClass="it.baeyens.arduino.tool.ar"/> | ||
<tool id="it.baeyens.arduino.tool.combine.334530346" name="Arduino combiner" superClass="it.baeyens.arduino.tool.combine"/> | ||
<tool id="it.baeyens.arduino.tool.objcopy.eep.1890398046" name="Arduino tool Create eeprom" superClass="it.baeyens.arduino.tool.objcopy.eep"/> | ||
<tool id="it.baeyens.arduino.tool.objcopy.flash.1038492448" name="Arduino tool Create hex" superClass="it.baeyens.arduino.tool.objcopy.flash"/> | ||
<tool id="it.baeyens.arduino.tool.size.16300145" name="Arduino tool Print Size" superClass="it.baeyens.arduino.tool.size"/> | ||
</toolChain> | ||
</folderInfo> | ||
<sourceEntries> | ||
<entry excluding="Libraries/*/?xamples|Libraries/*/?xtras" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/> | ||
</sourceEntries> | ||
</configuration> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/> | ||
</cconfiguration> | ||
</storageModule> | ||
<storageModule moduleId="cdtBuildSystem" version="4.0.0"> | ||
<project id="switchScanDe.null.1448305080" name="switchScanDe"/> | ||
</storageModule> | ||
<storageModule moduleId="scannerConfiguration"> | ||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> | ||
<storageModule moduleId="refreshScope"/> | ||
</cproject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Release | ||
Debug | ||
.ino.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>pinball-lw3</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> | ||
<triggers>clean,full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> | ||
<triggers>full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.cdt.core.cnature</nature> | ||
<nature>org.eclipse.cdt.core.ccnature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> | ||
<nature>it.baeyens.arduinonature</nature> | ||
</natures> | ||
<linkedResources> | ||
<link> | ||
<name>Libraries/FastLED3.0.3</name> | ||
<type>2</type> | ||
<locationURI>ArduinoPivateLibPath/FastLED3.0.3</locationURI> | ||
</link> | ||
<link> | ||
<name>Libraries/TimerOne</name> | ||
<type>2</type> | ||
<locationURI>ArduinoPivateLibPath/TimerOne</locationURI> | ||
</link> | ||
<link> | ||
<name>arduino/core</name> | ||
<type>2</type> | ||
<locationURI>ArduinoPlatformPath/cores/arduino</locationURI> | ||
</link> | ||
<link> | ||
<name>arduino/variant</name> | ||
<type>2</type> | ||
<locationURI>ArduinoPinPath/mega</locationURI> | ||
</link> | ||
</linkedResources> | ||
<variableList> | ||
<variable> | ||
<name>ArduinoHardwareLibPath</name> | ||
<value>file:/home/sr/tools/arduino-1.5.8/hardware/arduino/avr/libraries</value> | ||
</variable> | ||
<variable> | ||
<name>ArduinoPinPath</name> | ||
<value>file:/home/sr/tools/arduino-1.5.8/hardware/arduino/avr/variants</value> | ||
</variable> | ||
<variable> | ||
<name>ArduinoPlatformPath</name> | ||
<value>file:/home/sr/tools/arduino-1.5.8/hardware/arduino/avr</value> | ||
</variable> | ||
</variableList> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<project> | ||
<configuration id="it.baeyens.arduino.core.toolChain.release.1814662166" name="Release"> | ||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> | ||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> | ||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/> | ||
<provider class="it.baeyens.arduino.toolchain.ArduinoLanguageProvider" console="false" env-hash="-50205092975507828" id="it.baeyens.arduino.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD ${INPUTS}" prefer-non-shared="true"> | ||
<language-scope id="org.eclipse.cdt.core.gcc"/> | ||
<language-scope id="org.eclipse.cdt.core.g++"/> | ||
</provider> | ||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/> | ||
</extension> | ||
</configuration> | ||
</project> |
Oops, something went wrong.