mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
* Add rough calls to ADC2 [untested] * Using dual ADC injected modes * Start both ADCs * Move some IRQ's to ram exec * Stabilize PID a bit more * Add in ideas for tip type selection * Add tiptype formula / settings struct * Add function ids to the settings menu * Rough tip selection * Rough out new cal routine for simple tips * Hardware test is fairly close for first pass * Add Simple calibration case [UNTESTED] This adds the calibration option that uses boiling water to the calibration menu. This is untested, and may need gain adjustments before use. * Simple Cal Roughly working * Rough out advanced cal
14 lines
909 B
XML
14 lines
909 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<project>
|
|
<configuration id="com.atollic.truestudio.configuration.release.200032419" 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.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
|
<provider class="com.atollic.truestudio.mbs.GCCSpecsDetectorAtollicArm" console="false" env-hash="296187985853974766" id="com.atollic.truestudio.mbs.provider" keep-relative-paths="false" name="Atollic ARM Tools Language 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>
|
|
</extension>
|
|
</configuration>
|
|
</project>
|