Skip to content

Commit 2fa46f2

Browse files
theatertheater
theater
authored and
theater
committed
Attempt to fix project setup again :(
1 parent 3b3a6cf commit 2fa46f2

28 files changed

+2208
-4218
lines changed

.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ArduinoMega</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

ArduinoLibraries/.cproject

+102-65
Large diffs are not rendered by default.

ArduinoLibraries/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Release/

ArduinoLibraries/.project

+85-60
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,85 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>ArduinoLibraries</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>it.baeyens.arduino.core.inoToCpp</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
15-
<triggers>clean,full,incremental,</triggers>
16-
<arguments>
17-
</arguments>
18-
</buildCommand>
19-
<buildCommand>
20-
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
21-
<triggers>full,incremental,</triggers>
22-
<arguments>
23-
</arguments>
24-
</buildCommand>
25-
</buildSpec>
26-
<natures>
27-
<nature>org.eclipse.cdt.core.cnature</nature>
28-
<nature>org.eclipse.cdt.core.ccnature</nature>
29-
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
30-
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
31-
<nature>it.baeyens.arduinonature</nature>
32-
</natures>
33-
<linkedResources>
34-
<link>
35-
<name>ArduinoLibs</name>
36-
<type>2</type>
37-
<location>D:/HomeAutomation/ArduinoLibs</location>
38-
</link>
39-
<link>
40-
<name>core/core</name>
41-
<type>2</type>
42-
<location>C:/eclipse/arduinoPlugin/packages/arduino/hardware/avr/1.6.5/cores/arduino</location>
43-
</link>
44-
<link>
45-
<name>core/variant</name>
46-
<type>2</type>
47-
<location>C:/eclipse/arduinoPlugin/packages/arduino/hardware/avr/1.6.5/variants/mega</location>
48-
</link>
49-
<link>
50-
<name>libraries/EEPROM</name>
51-
<type>2</type>
52-
<location>C:/eclipse/arduinoPlugin/packages/arduino/hardware/avr/1.6.5/libraries/EEPROM</location>
53-
</link>
54-
<link>
55-
<name>libraries/Wire</name>
56-
<type>2</type>
57-
<location>C:/eclipse/arduinoPlugin/packages/arduino/hardware/avr/1.6.5/libraries/Wire</location>
58-
</link>
59-
</linkedResources>
60-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ArduinoLibraries</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>io.sloeber.core.inoToCpp</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>io.sloeber.arduino.core.inoToCpp</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
20+
<triggers>clean,full,incremental,</triggers>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
26+
<triggers>full,incremental,</triggers>
27+
<arguments>
28+
</arguments>
29+
</buildCommand>
30+
</buildSpec>
31+
<natures>
32+
<nature>org.eclipse.cdt.core.cnature</nature>
33+
<nature>org.eclipse.cdt.core.ccnature</nature>
34+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
35+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
36+
<nature>io.sloeber.arduinonature</nature>
37+
</natures>
38+
<linkedResources>
39+
<link>
40+
<name>ArduinoLibs</name>
41+
<type>2</type>
42+
<location>D:/HomeAutomation/ArduinoLibs</location>
43+
</link>
44+
<link>
45+
<name>core/core</name>
46+
<type>2</type>
47+
<locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.6.20/cores/arduino</locationURI>
48+
</link>
49+
<link>
50+
<name>core/variant</name>
51+
<type>2</type>
52+
<locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.6.20/variants/mega</locationURI>
53+
</link>
54+
<link>
55+
<name>libraries/ArduinoUnit</name>
56+
<type>2</type>
57+
<locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/ArduinoUnit/2.2.0</locationURI>
58+
</link>
59+
<link>
60+
<name>libraries/EEPROM</name>
61+
<type>2</type>
62+
<locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.6.20/libraries/EEPROM</locationURI>
63+
</link>
64+
<link>
65+
<name>libraries/SPI</name>
66+
<type>2</type>
67+
<locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.6.20/libraries/SPI</locationURI>
68+
</link>
69+
<link>
70+
<name>libraries/SRAM</name>
71+
<type>2</type>
72+
<locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/SRAM/1.0.1</locationURI>
73+
</link>
74+
<link>
75+
<name>libraries/WiFi</name>
76+
<type>2</type>
77+
<locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/WiFi/1.2.6</locationURI>
78+
</link>
79+
<link>
80+
<name>libraries/Wire</name>
81+
<type>2</type>
82+
<locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.6.20/libraries/Wire</locationURI>
83+
</link>
84+
</linkedResources>
85+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project>
3-
<configuration id="it.baeyens.arduino.core.toolChain.release.146004530" name="Release">
4-
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
5-
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
6-
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
7-
<provider class="it.baeyens.arduino.toolchain.ArduinoLanguageProvider" console="false" env-hash="479768823750092420" id="it.baeyens.arduino.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
8-
<language-scope id="org.eclipse.cdt.core.gcc"/>
9-
<language-scope id="org.eclipse.cdt.core.g++"/>
10-
</provider>
11-
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
12-
</extension>
13-
</configuration>
14-
</project>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project>
3+
<configuration id="it.baeyens.arduino.core.toolChain.release.146004530" name="Release">
4+
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
5+
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
6+
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
7+
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
8+
<provider class="io.sloeber.core.toolchain.ArduinoLanguageProvider" console="false" env-hash="-1846374144703644847" id="io.sloeber.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD -D__IN_ECLIPSE__ &quot;${INPUTS}&quot;" prefer-non-shared="true">
9+
<language-scope id="org.eclipse.cdt.core.gcc"/>
10+
<language-scope id="org.eclipse.cdt.core.g++"/>
11+
</provider>
12+
</extension>
13+
</configuration>
14+
</project>

0 commit comments

Comments
 (0)