Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2017-09-24 11:44:59 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-09-24 11:45:16 +0300
commit8c087526c3abec8ae7552291465062bce4c1ead8 (patch)
tree874d1419a09dfd8e75588bb5145a44723a5653e8 /.cproject
parenta8a4d14009f2877d4e76fc7b2e23b15629db2ca6 (diff)
Version 1.20alpha4
We now create a resurrect.g file any time the print is paused Introduced new feature #defines and a DUET_06_085 define to simplify conditoinals that depend on the target board
Diffstat (limited to '.cproject')
-rw-r--r--.cproject2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cproject b/.cproject
index 13d238e0..bde11f14 100644
--- a/.cproject
+++ b/.cproject
@@ -53,6 +53,7 @@
</option>
<option id="gnu.c.compiler.option.preprocessor.def.symbols.571434619" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols">
<listOptionValue builtIn="false" value="__SAM3X8E__"/>
+ <listOptionValue builtIn="false" value="DUET_06_085"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1642892736" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
</tool>
@@ -105,6 +106,7 @@
</option>
<option id="gnu.cpp.compiler.option.preprocessor.def.1548770846" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false" valueType="definedSymbols">
<listOptionValue builtIn="false" value="__SAM3X8E__"/>
+ <listOptionValue builtIn="false" value="DUET_06_085"/>
<listOptionValue builtIn="false" value="_XOPEN_SOURCE"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.948285998" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>