-
Notifications
You must be signed in to change notification settings - Fork 174
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
maxritter
committed
May 1, 2021
1 parent
c5c9e4a
commit d9002c6
Showing
403 changed files
with
121,904 additions
and
19 deletions.
There are no files selected for viewing
Submodule Firmware
deleted from
40e9c8
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,98 @@ | ||
<?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="io.sloeber.core.toolChain.release.787846084"> | ||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="io.sloeber.core.toolChain.release.787846084" 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="io.sloeber.core.toolChain.release.787846084" name="Release" parent="org.eclipse.cdt.build.core.emptycfg"> | ||
<folderInfo id="io.sloeber.core.toolChain.release.787846084.1928353433" name="/" resourcePath=""> | ||
<toolChain id="io.sloeber.core.toolChain.release.2139802649" name="Arduino Toolchain (Sloeber edition)" superClass="io.sloeber.core.toolChain.release"> | ||
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="io.sloeber.targetplatform.164963913" name="Arduino Target" osList="all" superClass="io.sloeber.targetplatform"/> | ||
<builder buildPath="${workspace_loc:/DIYThermocam}/Release" id="io.sloeber.sketch.builder.380555411" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Arduino sketch builder" parallelBuildOn="true" parallelizationNumber="optimal" superClass="io.sloeber.sketch.builder"/> | ||
<tool id="io.sloeber.tool.sketch.compiler.cpp.61683933" name="Arduino C++ Compiler" superClass="io.sloeber.tool.sketch.compiler.cpp"> | ||
<option id="io.sloeber.compiler.cpp.sketch.option.incpath.1354200968" name="Include Paths (-I)" superClass="io.sloeber.compiler.cpp.sketch.option.incpath" valueType="includePath"> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/core/core}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/SPI}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/I2C}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/ADC}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/Bounce}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/EEPROM}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/Metro}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/SdFat}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/Time}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/general}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/gui}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/thermal}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware/camera}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware/display}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware/touchscreen}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/tjpgd}""/> | ||
</option> | ||
<inputType id="io.sloeber.compiler.cpp.sketch.input.1916095847" name="CPP source files" superClass="io.sloeber.compiler.cpp.sketch.input"/> | ||
</tool> | ||
<tool id="io.sloeber.tool.compiler.c.31405893" name="Arduino C Compiler" superClass="io.sloeber.tool.compiler.c"> | ||
<option id="io.sloeber.compiler.c.sketch.option.incpath.734693900" name="Include Paths (-I)" superClass="io.sloeber.compiler.c.sketch.option.incpath" valueType="includePath"> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/core/core}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/ADC}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/Bounce}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/EEPROM}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/I2C}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/Metro}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/SdFat}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/SPI}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/Time}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/general}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/gui}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/thermal}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware/camera}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware/display}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/hardware/touchscreen}""/> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/src/libraries/tjpgd}""/> | ||
</option> | ||
<inputType id="io.sloeber.compiler.c.sketch.input.409748300" name="C Source Files" superClass="io.sloeber.compiler.c.sketch.input"/> | ||
</tool> | ||
<tool id="io.sloeber.tool.sketch.compiler.s.632220080" name="Arduino Assembler" superClass="io.sloeber.tool.sketch.compiler.s"> | ||
<option id="io.sloeber.compiler.asm.sketch.option.incpath.1487486278" name="Include Paths (-I)" superClass="io.sloeber.compiler.asm.sketch.option.incpath" valueType="includePath"> | ||
<listOptionValue builtIn="false" value=""${workspace_loc:/DIYThermocam/core/core}""/> | ||
</option> | ||
<inputType id="io.sloeber.compiler.S.sketch.input.573563904" name="Assembly source files" superClass="io.sloeber.compiler.S.sketch.input"/> | ||
</tool> | ||
<tool id="io.sloeber.tool.ar.2069699398" name="Arduino archiver" superClass="io.sloeber.tool.ar"/> | ||
<tool id="io.sloeber.tool.combine.2086623582" name="Arduino combiner" superClass="io.sloeber.tool.combine"/> | ||
<tool id="io.sloeber.tool.objcopy.eep.963515338" name="Arduino tool Create eeprom" superClass="io.sloeber.tool.objcopy.eep"/> | ||
<tool id="io.sloeber.tool.size.238073466" name="Arduino tool Print Size" superClass="io.sloeber.tool.size"/> | ||
</toolChain> | ||
</folderInfo> | ||
<sourceEntries> | ||
<entry 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="DIYThermocam.null.361969082" name="DIYThermocam"/> | ||
</storageModule> | ||
<storageModule moduleId="scannerConfiguration"> | ||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> | ||
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/> | ||
<storageModule moduleId="refreshScope" versionNumber="2"> | ||
<configuration configurationName="Release"> | ||
<resource resourceType="PROJECT" workspacePath="/DIYThermocam"/> | ||
</configuration> | ||
</storageModule> | ||
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/> | ||
</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 @@ | ||
Release/ |
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,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>DIYThermocam</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>io.sloeber.core.inoToCpp</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<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>io.sloeber.arduinonature</nature> | ||
</natures> | ||
<linkedResources> | ||
<link> | ||
<name>core/core</name> | ||
<type>2</type> | ||
<location>C:/Program Files (x86)/Arduino/hardware/teensy/avr/cores/teensy3</location> | ||
</link> | ||
</linkedResources> | ||
</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="io.sloeber.core.toolChain.release.787846084" 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="io.sloeber.core.toolchain.ArduinoLanguageProvider" console="false" env-hash="1088509158699243430" id="io.sloeber.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD -D__IN_ECLIPSE__ "${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.